Initial commit

This commit is contained in:
Eric S. Bullington
2012-03-06 12:57:28 -05:00
commit 14f006ee5e
58 changed files with 12985 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<form method="POST">
Username: <input type="text" name="username"/><br/>
Password: <input type="password" name="password"/><br/>
<input type="submit" value="Create"/>
</form>