Advertisement
Guest User

Untitled

a guest
Apr 1st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Index</title>
  4. </head>
  5. <body>
  6.  
  7.  
  8. <div id="loginForm">
  9. <form name="login" action="checklogin.php" method="POST">
  10. <h1>Login</h1>
  11. <div class ="a"><p>Username:</p></div>
  12. <div class ="b"><input type="text" name="TextUserName" id="TextUserName", value = "admin"/></div>
  13. <div class ="c"><p>Password:</p></div>
  14. <div class ="d"><input type="text" name="TextPass" id="TextPass" value="admin"/></div>
  15. <div classs="e"><input type="submit" id="login" name="login" Value="login"/></div>
  16. </form>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement