Mercurial > code > home > repos > light-bridge
view src/index.html @ 29:35affd4d37d4 default tip
add 1st ikea color light
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Dec 2024 22:36:29 -0800 |
parents | 5a77696c6dab |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>light-bridge</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> <lb-page></lb-page> </body> </html>