123456789101112131415161718192021222324252627 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <link rel="icon" type="image/png" href="logo.png" />
- <!-- -->
- <!-- Because you are reading this, it must mean only one thing; you -->
- <!-- are looking at our page source, well, hope you like the -->
- <!-- look of it! -->
- <!-- -->
- <!-- The Penny's Pages Wiki was made by members of the Neocities -->
- <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
- <!-- enjoying reading our articles. -->
- <!-- -->
- <!-- Penny's Pages is composed of original material, and may be used -->
- <!-- as long as you follow CC BY-NC-SA 3.0 -->
- <!-- -->
- <!-- Our URL: https://thewikion.neocities.org/ -->
- <!-- -->
- <!-- Enjoy the rest of your night, young Internet search astronaut! -->
- <!-- -->
- <title>Penny's Pages</title>
- </head>
- <frameset cols="200px,*" frameborder="no">
- <frame src="atoz.html" noresize="noresize">
- <frame src="home.html" name="main">
- </frameset>
- </html>
|