Advertisement
Guest User

Untitled

a guest
Aug 30th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form action="/login" method="post">
  6. UserName:<br>
  7. <input type="text" name="username" value="Mickey">
  8. <br>
  9. Password:<br>
  10. <input type="text" name="password" value="Mouse">
  11. <br><br>
  12. <input type="submit" value="Submit">
  13. </form>
  14.  
  15. </body>
  16. </html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement