blob: f193c219e3c2bb5208e64cb5a4de8e1573adc110 (
plain) (
tree)
|
|
{{template "head.html"}}
<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.html"}}
|