<!DOCTYPE html>
<html>
<body>
<form action="./login" method="post">
    <div class="container">
        <input type="text" placeholder="Username" name="login" required> <br><br>

        <input type="password" placeholder="Password" name="password" required> <br><br>

        <button type="submit">Login</button>
    </div>
</form>
</body>
</html>