comparison src/index.html @ 0:0b5b4ede1bf5

start with a mockup of the debugging display
author drewp@bigasterisk.com
date Fri, 09 Aug 2024 15:09:22 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0b5b4ede1bf5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>mqtt-metrics</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 <mm-page></mm-page>
12 </body>
13 </html>