Mercurial > code > home > repos > front-door-lock
view 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 |
line wrap: on
line source
<!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>