Web based Jalousie control.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>simple control</title>
- </head>
-
- <body>
-
- <!-- menue -->
- <a href="index.html">[home]</a>
- <a href="mc.html">[simple control]</a>
- <a href="bs.html">[css control]</a>
- <br>
-
- <!-- links -->
- <a href="mc.html?IO1=up">Up</a><br>
- <a href="mc.html?IO1=stop">Stop</a><br>
- <a href="mc.html?IO1=down">Down </a><br>
- </body>
-
- </html>
|