| <!DOCTYPE html>
<html>
        <head>
                <title>DAS</title>
        </head>
        <body>
                <form method="post" action="">
                        <input type="text" placeholder="first name" name="first" />
                        <input type="text" placeholder="last name" name="last" />
                        <input type="submit" value="Log in" />
                </form>
        </body>
</html>
 |