<!DOCTYPE html>
<!-- html5! -->
<title>Salvia login demo.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<header>
<h1>Login</h1>
</header>
<form id="login" method="post" action="/login">
<fieldset>
<legend>Fill in username and password to login.</legend>
<p><label>Username: <input type="text" name="username" placeholder="username"></label></p>
<p><label>Password: <input type="password" name="password" placeholder="password"></label></p>
<input type="submit" value="login">
</fieldset>
</form>