blob: 285d936554c0622de258aa13dc8b5ba0c5259ccf [file] [log] [blame]
giolekva603e73a2021-10-22 14:46:45 +04001<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8" />
giolekva47031752021-11-12 14:34:33 +04005 <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.1">
giolekva603e73a2021-10-22 14:46:45 +04006 <title>Login</title>
7</head>
8<body>
giolekva47031752021-11-12 14:34:33 +04009 <div class="main">
10 <form action="" method="POST">
11 <input class="field" type="text" name="username" placeholder="Username" autofocus />
12 <input class="field" type="password" name="password" placeholder="Password" />
13 <input type="submit" value="Sign In" />
14 <input type="hidden" name="csrf_token" value="{{.}}" />
15 <a href="/registration">Create Account</a>
16 </form>
17 </div>
giolekva603e73a2021-10-22 14:46:45 +040018</body>
19</html>
20