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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.tpl.php b/templates/login.tpl.php
index 073cafc..29d9d46 100644
--- a/templates/login.tpl.php
+++ b/templates/login.tpl.php
@@ -1,6 +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 name="user" id="name" type="text" placeholder="Name" /><br />
+ <input name="pass" id="pass" type="text" placeholder="Passwort" /><br />
<input type="submit" value="Start" />
</form>