4 <meta charset=
"UTF-8" />
5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
7 body{background-color: green;}
11 <form action=
"./lighton">
12 <input type=
"submit" value=
"Cat on" />
14 <form action=
"./lightoff" />
15 <input type=
"submit" value=
"Cat off" />
17 <form action=
"./redon">
18 <input type=
"submit" value=
"Red on"/>
20 <form action=
"./redoff">
21 <input type=
"submit" value=
"Red off"/>
23 <form action=
"./greenon">
24 <input type=
"submit" value=
"Green on"/>
26 <form action=
"./greenoff">
27 <input type=
"submit" value=
"Green off"/>
30 <p>Red is {Rstate}
</p>
31 <p>Green is {Gstate}
</p>