Don't like ads? PRO users don't see any ads ;-)
Guest

fix by speed00

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.73 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <head>
  3. <title>Login to SupeRIliyA's Website</title>
  4. <style type="text/css">
  5.  h1 {
  6.     background-color: Blue;
  7.     font-size: 72px;
  8. }
  9. body {
  10.     background-color: Gold;
  11.     text-align: center;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h1><b><u> To go to SupeRIliyA's website , Please login Here ! </u></b></h1>
  17. <br>
  18. <br>
  19. <form action="Website.html">
  20. E-mail Address:<input type="text" />
  21. <br>
  22. UserName:<input type="text">
  23. <br>
  24. Password:<input type="password" />
  25. <br><br>
  26. <inputy type="submit" value="Log In" />
  27. </form>
  28. <br />
  29. <a href="Forgot Password.html"> Forgot your Password ? </a>
  30. <br>
  31. <a href="Forgot UserName.html"> Forgot your UserName ? </a>
  32. <br>
  33. <a href="Forgot E-Mail.html"> Forgot your E-Mail ? </a>
  34. </body>
  35. </html>