Mercurial > code > home > repos > mqtt_metrics
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/index.html Fri Aug 09 15:09:22 2024 -0700 @@ -0,0 +1,13 @@ +<!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>