14 lines
266 B
HTML
14 lines
266 B
HTML
{{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"}}
|