<!DOCTYPE html>
<html lang="en-GB">
    <head>
        <title>Willow</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="title" content="Willow">
        <meta name="description" content="Willow">
        <style>
html {
  max-width: 500px;
  margin: auto auto;
}
        </style>
    </head>
    <body>
        <h1>Willow</h1>
        <form method="POST">
            <div class="input">
                <label for="username">Username:</label>
                <input type="text" id="username" name="username">
            </div>
            <div class="input">
                <label for="password">Password:</label>
                <input type="password" id="password" name="password">
            </div>
            <input class="button" type="submit" formaction="/login" value="Login">
        </form>
        <p><a href="https://sr.ht/~amolith/willow">Source code</a></p>
    </body>
</html>