Advertisement
phirani

Login form

Dec 19th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <html><head><title>Log-In</title></head>
  2.  
  3. <body>
  4. Please enter details:<br><br ?>
  5.  
  6. <form action = "login.php" method = "post">
  7.  
  8. Username:<br>
  9. <input type="text" name = 'username'> <br><br>
  10.  
  11. Password:<br>
  12. <input type = "password" name = "password"><br><br>
  13.  
  14. <input type = "submit" value = "Go!">
  15. </form>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement