alps/public/login.html
2019-12-12 13:54:57 -05:00

15 lines
352 B
HTML

{{template "head.html"}}
<h1>koushin</h1>
<form method="post" action="/login">
<label for="username">Username:</label>
<input type="text" name="username" id="username"/>
<label for="password">Password:</label>
<input type="password" name="password" id="password"/>
<br><br>
<input type="submit" value="Login">
</form>
{{template "foot.html"}}