annotate src/index.html @ 13:3014db0a5500
default tip
mv board to proj/micro, rename this repo with dashes
author |
drewp@bigasterisk.com |
date |
Fri, 28 Jun 2024 17:08:09 -0700 |
parents |
4365c72c59f6 |
children |
|
rev |
line source |
0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <title>front-door-lock</title>
|
|
5 <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
|
|
7 <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script>
|
|
8 <script type="module" src="./main.ts"></script>
|
|
9 </head>
|
|
10 <body>
|
|
11 <fd-page></fd-page>
|
|
12 </body>
|
|
13 </html>
|