alps/themes/alps/login.html

27 lines
513 B
HTML
Raw Normal View History

2020-03-19 17:03:13 +00:00
{{template "head.html"}}
2020-05-13 12:07:44 +00:00
<h1>alps webmail</h1>
2020-03-19 17:03:13 +00:00
<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"}}