- <!DOCTYPE html>
- <html>
- <head>
- <title>index</title>
- </head>
- <body>
- <form action = "/" method = "POST">
- <p>email <input type = "text" name = "username" /></p>
- <p>password <input type = "password" name = "password" /></p>
- <p><input type = "submit" value = "submit" /></p>
- </form>
- </body>
- </html>
|