]> vault307.fbx.one Git - garage_door_sensor.git/blob - index.html
garageStatus.py now correctly modifies html code of index.html based on
[garage_door_sensor.git] / index.html
1 <!DOCTYPE hmtl>
2 <html lang="en">
3 <html>
4 <head>
5 <meta charset="UTF-8" />
6 <meta content="Garage Door/Light sensor server" name="description"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>Garage Status</title>
9 </head>
10 <body>
11 <h1>GARAGE</h1>
12 <p id="l">Light is <span id="lstate">OFF</span></p>
13 <p id="d">Door is <span id="dstate">CLOSED</span></p>
14 </body>
15 </html>