login.html 323 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>index</title>
  5. </head>
  6. <body>
  7. <form action = "/" method = "POST">
  8. <p>email <input type = "text" name = "username" /></p>
  9. <p>password <input type = "password" name = "password" /></p>
  10. <p><input type = "submit" value = "submit" /></p>
  11. </form>
  12. </body>
  13. </html>