Add all files to source control even though they are messy and don't do much yet
This commit is contained in:
10
remote.html
Normal file
10
remote.html
Normal 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>
|
||||
Reference in New Issue
Block a user