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