aboutsummaryrefslogtreecommitdiff
path: root/login.st
diff options
context:
space:
mode:
Diffstat (limited to 'login.st')
-rw-r--r--login.st18
1 files changed, 18 insertions, 0 deletions
diff --git a/login.st b/login.st
new file mode 100644
index 0000000..3583b88
--- /dev/null
+++ b/login.st
@@ -0,0 +1,18 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>$logintext$ &mdash; G&ouml;del-Gentzen Clojure Syndication Services Super System</title>
+ </head>
+
+ <body>
+ $logintext$
+ <form action="do_login" method="POST">
+ Username: <input name="name" type="text" /> <br />
+ Password: <input name="password" type="password" /> <br />
+ <input type="submit" value="Log In" />
+ </form>
+ </body>
+</html> \ No newline at end of file