aboutsummaryrefslogtreecommitdiff
path: root/public/login.html
blob: 54cb341badc5fd844dc95c3d5355c20460edb3ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{template "head"}}

<h1>koushin</h1>

<form method="post" action="/login">
	<p>Username:</p>
	<input type="text" name="username">
	<p>Password:</p>
	<input type="password" name="password">
	<br><br>
	<input type="submit" value="Login">
</form>

{{template "foot"}}