Guest User

Untitled

a guest
Nov 22nd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" >
  5. <title>login | Music Festival</title>
  6. <link rel="stylesheet" href="admin.css" type="text/css" media="screen" />
  7.  
  8. </head>
  9. <body id="home">
  10. <div id="wrapper">
  11. <div id="forms">
  12.  
  13. <form id="form1" action="localhost:1024/~jdoggett/loginVal.php" method="POST">
  14. <fieldset><legend>Login</legend>
  15. <p class="first">
  16. <label for="name">Username:</label>
  17. <input type="user" name="username" size="30" />
  18. </p>
  19. <p>
  20. <label for="password">Password:</label>
  21. <input type="password" name="password" size="20" />
  22. </p>
  23. </fieldset>
  24. <p class="submit">
  25. <input type="submit" value="Login" />
  26. </p>
  27. </form>
  28.  
  29. </div>
  30. </div>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment