2020-05-13 14:58:22 +00:00
|
|
|
{{template "head.html" .}}
|
2019-12-02 16:24:19 +00:00
|
|
|
|
2020-05-13 12:07:44 +00:00
|
|
|
<h1>alps</h1>
|
2019-12-02 16:24:19 +00:00
|
|
|
|
2019-12-16 13:36:43 +00:00
|
|
|
<form method="post" action="">
|
2020-01-24 19:58:27 +00:00
|
|
|
<label for="username">Username:</label>
|
|
|
|
<input type="text" name="username" id="username"/>
|
|
|
|
<br><br>
|
|
|
|
<label for="password">Password:</label>
|
|
|
|
<input type="password" name="password" id="password"/>
|
|
|
|
<br><br>
|
|
|
|
<input type="submit" value="Login">
|
2019-12-02 16:24:19 +00:00
|
|
|
</form>
|
|
|
|
|
2019-12-09 13:59:58 +00:00
|
|
|
{{template "foot.html"}}
|