<html>
    <h1>Awesome Admin Panel</h1>
    <form action="/authenticate" method="POST">
        <input type="text" name="user" placeholder="username">
        <input type="password" name="pass" placeholder="********">
        <input type="submit" name="submit">
    </form>
</html>