summaryrefslogtreecommitdiffstats
path: root/templates/login.tpl.php
blob: 29d9d469d0d5704b55425b1407481f435ff29985 (plain)
1
2
3
4
5
6
<h1>Login</h1>
<form action="?game" method="post">
	<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>