summaryrefslogtreecommitdiffstats
path: root/templates/login.tpl.php
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-03-13 11:36:26 +0100
committerStefan Ritter <xeno@thehappy.de>2012-03-13 11:36:26 +0100
commit600316a94a7e40c5fef364d6f98abc3e509131ad (patch)
tree4d35ea4627d32bf1c1d6acfdb4799eae174e54a2 /templates/login.tpl.php
Initial commit
Diffstat (limited to 'templates/login.tpl.php')
-rw-r--r--templates/login.tpl.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/login.tpl.php b/templates/login.tpl.php
new file mode 100644
index 0000000..073cafc
--- /dev/null
+++ b/templates/login.tpl.php
@@ -0,0 +1,6 @@
+<h1>Login</h1>
+<form action="?game" method="post">
+ <input name="user" id="name" type="text" value="name" /><br />
+ <input name="pass" id="pass" type="text" value="password" /><br />
+ <input type="submit" value="Start" />
+</form>