blob: 285d936554c0622de258aa13dc8b5ba0c5259ccf [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.1">
<title>Login</title>
</head>
<body>
<div class="main">
<form action="" method="POST">
<input class="field" type="text" name="username" placeholder="Username" autofocus />
<input class="field" type="password" name="password" placeholder="Password" />
<input type="submit" value="Sign In" />
<input type="hidden" name="csrf_token" value="{{.}}" />
<a href="/registration">Create Account</a>
</form>
</div>
</body>
</html>