comparison src/index.html @ 0:3989f073ed9e

start. hardcoded motion light in garage
author drewp@bigasterisk.com
date Thu, 24 Aug 2023 16:28:05 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3989f073ed9e
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>