Some example HTML file.

This commit is contained in:
Marcos Kirsch
2015-02-08 22:06:50 -06:00
parent 1ff3867733
commit a8d408f375
3 changed files with 28 additions and 0 deletions

10
http/remote.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title>Garage</title></head>
<body bgcolor="#999999">
<h1>Garage</h1>
<form action="" method="POST">
<input style="width:40%" name="door" type="submit" value="0">
<input style="width:40%;line-height:80%" name="door" type="submit" value="1">
</form>
</body>
</html>