annotate src/index.html @ 27:32cfefe3155b
try harder to crash if there's an mqtt error, so k8s does a full restart
author |
drewp@bigasterisk.com |
date |
Sat, 23 Mar 2024 15:25:02 -0700 |
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>
|