summaryrefslogtreecommitdiffstats
path: root/templates/login.tpl.php
blob: 073cafc0f50137db2b96f5cb9b52bb7f772ce713 (plain)
1
2
3
4
5
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>