Guest User

Untitled

a guest
Feb 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title of the document</title>
  6. </head>
  7. <body>
  8.  
  9. <form action="/login" method="post">
  10. Username: <input name="username" value="test" />
  11. Password: <input name="password" value="test" />
  12.  
  13. <br /><button type="submit">Submit</button>
  14. </form>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment