old_index.html 726 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome To The Penny's Pages Wiki</title>
  5. <body style="background: linear-gradient(to right, #053BE2 ,
  6. #156BE2);; color: white; font-size: 22px; text-shadow: black 3px
  7. 3px;" link="#ffffff" vlink="#ffffff" text="#ffffff" alink="#ffffff">
  8. <style type="text/css">
  9. <!--
  10. html,body {
  11. height:99%;
  12. }
  13. -->
  14. </style>
  15. <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
  16. <tr>
  17. <td align="center" valign="middle">
  18. <center>
  19. <a href="/wiki/"><img src="big_logo.png" onmouseover="this.src=' big_logo.gif '" onmouseout="this.src=' big_logo.png '"></A>
  20. </center>
  21. </td>
  22. </tr>
  23. </table>
  24. </body>
  25. </html>