Guest User

login html

a guest
Jan 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Login</title>
  4. </head>
  5. <body>
  6. <form method="POST" action="checklogin.php">
  7. <fieldset>
  8. <legend>Area Login</legend>
  9. Username:<input type="text" name="username">
  10. Password:<input type="password" name="password">
  11. <input type="submit" value="Login">
  12. <input type="reset" value="Reset">
  13. </fieldset>
  14. </form>
Add Comment
Please, Sign In to add comment