]> vault307.fbx.one Git - random.git/blob - index.html
different projects to learn new things
[random.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <style>
7 body{background-color: pink;}
8 </style>
9 </head>
10 <body>
11 <form action="./lighton">
12 <input type="submit" value="Cat on" />
13 </form>
14 <form action="./lightoff" />
15 <input type="submit" value="Cat off" />
16 </form>
17 <form action="./redon">
18 <input type="submit" value="Red on"/>
19 </form>
20 <form action="./redoff">
21 <input type="submit" value="Red off"/>
22 </form>
23 <form action="./greenon">
24 <input type="submit" value="Green on"/>
25 </form>
26 <form action="./greenoff">
27 <input type="submit" value="Green off"/>
28 </form>
29 <h1>LEDs</h1>
30 <p>Cat is state </p>
31 <p>Red is RState </p>
32 <p>Green is GSTate </p>
33 <h2>Environmental Stats</h2>
34 <p>Temperature is temp </p>
35 <p>Relative Humidity is relHum % </p>
36 </body>
37 </html>