2019-12-09 13:59:58 +00:00
|
|
|
{{template "head.html"}}
|
2019-12-02 16:24:19 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2019-12-09 13:59:58 +00:00
|
|
|
{{template "foot.html"}}
|