all repos — honk @ 5bdd51a32c506d15ec6d4a3e0b43c3fc91bd60da

my fork of honk

views/oauthlogin.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
{{ template "header.html" . }}
<main>
<div class="info">
<h3>honk oauthorize</h3>
<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
  <input type="hidden" name="gettoken" value="1" />
	<p><button tabindex=1 name="login" value="login">login</button>
</form>
</div>
</main>