Mercurial > code > home > repos > pi_mqtt
view 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 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>pi-mqtt</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="./main.ts"></script> </head> <body> <pm-page></pm-page> </body> </html>