blob: 2b9fbfa4b63fe8e4a7605c5b09711072c5725ded (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{template "_header.tmpl" .Common}}
<form class="box" action="/account" method="POST">
<h1>Login</h1>
<label for="login_account">ACCOUNT NUMBER</label>
<input id="login_account" type="password" name="account"/>
<label for="login_password">PASSWORD</label>
<input id="login_password" type="password" name="password"/>
<input type="submit" value="Login"/>
</form>
{{template "_footer.tmpl" .Common}}
|