summaryrefslogtreecommitdiffstats
path: root/templates/login.tpl.php
diff options
context:
space:
mode:
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>