aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/login.html
blob: 33571420fd2aeefd1f6429f44d8668b4b624d7e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{template "head.html"}}
  <h1>koushin webmail</h1>

  <form method="post" action="/login">
    <p>
      <label>
        <strong>Username</strong>
        <br/>
        <input type="text" name="username" id="username" autofocus />
      </label>
    </p>
    <br/>
    <p>
      <label>
        <strong>Password</strong>
        <br/>
        <input type="password" name="password" id="password" />
      </label>
    </p>
    <br/>
    <p>
      <button>Sign in</button>
    </p>
</form>

{{template "foot.html"}}