]> git.pond.sub.org Git - eow/blobdiff - static/login.html
Initial working command line
[eow] / static / login.html
diff --git a/static/login.html b/static/login.html
new file mode 100644 (file)
index 0000000..2dd2944
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html> <head>
+<title>Login</title>
+</head>
+
+<body>
+<h1>Login</h1>
+
+<form action="/eow/login" method="POST">
+<table>
+<tr><td>Username<td><input name="username" type="text">
+<tr><td>Password<td><input name="password" type="password">
+</table>
+<input type="submit" value=" Login ">
+</form>
+
+<hr>
+<address></address>
+<!-- hhmts start --> Last modified: Sun Dec 14 22:16:18 CET 2008 <!-- hhmts end -->
+</body> </html>