Mercurial > code > home > repos > front-door-lock
diff src/index.html @ 0:4365c72c59f6
start
author | drewp@bigasterisk.com |
---|---|
date | Sun, 27 Aug 2023 11:12:20 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/index.html Sun Aug 27 11:12:20 2023 -0700 @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <title>front-door-lock</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> + <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> + <script type="module" src="./main.ts"></script> + </head> + <body> + <fd-page></fd-page> + </body> +</html>