Mercurial > code > home > repos > light-bridge
annotate src/index.html @ 23:7d9a056e29fe
esp rgbw output; cleanup
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 Jan 2024 23:41:27 -0800 |
parents | 5a77696c6dab |
children |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
4 <title>light-bridge</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 <lb-page></lb-page> | |
12 </body> | |
13 </html> |