You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
886 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Administration</title>
  5. <link rel="stylesheet" href="/css/admin-login.css">
  6. <link rel="preconnect" href="https://fonts.gstatic.com">
  7. <link href='https://fonts.googleapis.com/css?family=Average|Montserrat' rel='stylesheet' type='text/css'>
  8. </head>
  9. <body>
  10. <div id="login-container">
  11. <form action="/admin/login" method="POST">
  12. <fieldset>
  13. <h2 class="">Admin Login</h2>
  14. <p class="flash-msg">Fuck off, Pleb. I'm logging whatever IP hits this page.</p>
  15. <p class="flash-msg">{{ .FlashMsg }}</p>
  16. <input type="text" id="username" name="username" placeholder="Username"><br><br>
  17. <input type="password" id="password" name="password" placeholder="Password"><br><br>
  18. <input type="submit" value="Login">
  19. </fieldset>
  20. </form>
  21. </div>
  22. </body>
  23. </html>