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