Advertisement
Guest User

Untitled

a guest
May 9th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. </head>
  5. <body>
  6.  
  7. <div id="loginform">
  8. <form method="post" action="checklogin.php" name="form1"
  9. <label for="username">Username:</label>
  10. <input type="text" name="myusername" id="username" />
  11. <label for="password">Password:</label>
  12. <input type="password" name="mypassword" id="password />
  13. <input type="submit" value="Submit" />
  14.  
  15. </form>
  16. </div>
  17. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement