Guest User

index.html

a guest
Jun 20th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>login form</title>
  4. </head>
  5. <body>
  6. <form method="post" action="login">
  7. UserName:<input type="text" name="username" /><br/>
  8. Password:<input type="text" name="password" /><br/>
  9. <input type="submit" value="login" />
  10. </form>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment