all repos — honk @ b237cfa543fcdbc9ef30ac0e87c60772011f12fe

my fork of honk

views/login.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
{{ template "header.html" . }}
<div class="center">
<div class="info">
<form action="/dologin" method="POST">
	<p><span class="title">login</span>
	<p><input tabindex=1 type="text" name="username" autocomplete=off> - username
	<p><input tabindex=1 type="password" name="password"> - password
	<p><input tabindex=1 type="submit" name="login" value="login">
</form>
</div>
</div>