|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Administration</title>
|
|
<link rel="stylesheet" href="/css/admin-login.css">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href='https://fonts.googleapis.com/css?family=Average|Montserrat' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body>
|
|
<div id="login-container">
|
|
<form action="/admin/login" method="POST">
|
|
<fieldset>
|
|
<h2 class="">Admin Login</h2>
|
|
<p class="flash-msg">Fuck off, Pleb. I'm logging whatever IP hits this page.</p>
|
|
<p class="flash-msg">{{ .FlashMsg }}</p>
|
|
<input type="text" id="username" name="username" placeholder="Username"><br><br>
|
|
<input type="password" id="password" name="password" placeholder="Password"><br><br>
|
|
<input type="submit" value="Login">
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|