Mercurial > code > home > repos > pi_mqtt
annotate src/index.html @ 7:f0d549ec5e59 default tip
deployment and hostname
author | drewp@bigasterisk.com |
---|---|
date | Mon, 23 Sep 2024 01:24:48 -0700 |
parents | 3989f073ed9e |
children |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
4 <title>pi-mqtt</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 | |
8 <script type="module" src="./main.ts"></script> | |
9 </head> | |
10 <body> | |
11 <pm-page></pm-page> | |
12 </body> | |
13 </html> |