Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="styles4login.css">
  4. <title>Vehicle Database</title><body>
  5. </head>
  6. <body {background-color: #C0C0C0;}
  7. <h1>Vehicle Database Login</h1>
  8. <div id=homepagebutton>
  9. <a href="Homepage.php">Click here to go to Homepage</a>
  10. </div>
  11. <div id=signupbutton>
  12. <a href="signup.php">Click here to Sign up</a>
  13. </div>
  14. <center>
  15. <div class="form">
  16. <nav>
  17. <form method="post" action="logintodatabase.php">
  18. <h2>Username:</h2>
  19. <input type="text" name = "username" placeholder = "username">
  20. <p>
  21. <h3>Password:</h3>
  22. <input type="password" name = "password" placeholder = "password">
  23. </p>
  24. <p>
  25. <button type="submit" name = "submit">login</button>
  26. </p>
  27. </form>
  28. </nav>
  29. </div>
  30. <p>
  31. If you're not a member, you can sign up here <a href="signup.php">Sign up</a>
  32. <p>
  33. .
  34. </center>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement