login.html 282 B

12345678
  1. <html>
  2. <h1>Awesome Admin Panel</h1>
  3. <form action="/authenticate" method="POST">
  4. <input type="text" name="user" placeholder="username">
  5. <input type="password" name="pass" placeholder="********">
  6. <input type="submit" name="submit">
  7. </form>
  8. </html>