Add all files to source control even though they are messy and don't do much yet

This commit is contained in:
Marcos Kirsch
2015-02-02 19:01:24 -06:00
parent 49d8dc8d43
commit f52e8f47e6
11 changed files with 543 additions and 0 deletions

10
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>