Advertisement
Guest User

index.html

a guest
Dec 19th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. </head>
  6. <body>
  7. <center>
  8.  
  9. <style>
  10.  
  11. form {margin: 0 auto; width:250px}
  12. body {background-image: url("buttons/background.png");}
  13. body {font-family: 'Tangerine', serif;}
  14. </style>
  15.  
  16. <img src="buttons/welcome.png" />
  17. <br>
  18. <br>
  19. <form method="post" action="checklogin.php" name="log in">
  20. Username: <input type="text" name="usr">
  21. <br>
  22. <br>
  23. Password: <input type="password" name="password">
  24. <br>
  25. <br>
  26. <input type="submit" name="login" value="Log in"/>
  27. </form>
  28. <br>
  29. <br>
  30. <a href="register.html"><img src="buttons/signup.png" alt="" width="141" height="41"/></a>
  31. <a href="forgotpassword.html"><img src="buttons/forgotpassword.png" alt="" width="141" height="41"/></a>
  32. <br>
  33. <br>
  34.  
  35. </center>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement