You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
345 B

5 years ago
{{ template "header.html" . }}
<main>
5 years ago
<div class="info">
{{ .LoginMsg }}
5 years ago
<form action="/dologin" method="POST">
<p><input tabindex=1 type="text" name="username" autocomplete=off> - username
<p><input tabindex=1 type="password" name="password"> - password
<p><button tabindex=1 name="login" value="login">login</button>
5 years ago
</form>
</div>
</main>