view src/index.html @ 10:2a507e679d0d default tip

add zigbee covnerters
author drewp@bigasterisk.com
date Mon, 12 Aug 2024 13:15:07 -0700
parents 0b5b4ede1bf5
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>mqtt-metrics</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>
    <mm-page></mm-page>
  </body>
</html>