Guest User

Untitled

a guest
Jul 7th, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Login</title>
  4. </head>
  5. <body>
  6. <h3>Please enter username and password to login</h3>
  7. <P>
  8. <form action=\Hello World\method=POST>
  9. Username:
  10. <input type=text size=20 name=username>
  11. Password:
  12. <input type=password size=20 name=pass>
  13. <br>
  14. <input type=submit>
  15. </form>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment