12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Welcome To The Penny's Pages Wiki</title>
- <body style="background: linear-gradient(to right, #053BE2 ,
- #156BE2);; color: white; font-size: 22px; text-shadow: black 3px
- 3px;" link="#ffffff" vlink="#ffffff" text="#ffffff" alink="#ffffff">
- <style type="text/css">
- <!--
- html,body {
- height:99%;
- }
- -->
- </style>
- <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
- <tr>
- <td align="center" valign="middle">
- <center>
-
- <a href="/wiki/"><img src="big_logo.png" onmouseover="this.src=' big_logo.gif '" onmouseout="this.src=' big_logo.png '"></A>
- </center>
- </td>
- </tr>
- </table>
- </body>
- </html>
|