view 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
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>