hello.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" type="image/png" href="logo.png" />
  5. <title>Hello There!</title>
  6. <link href="style.css" rel="stylesheet" type="text/css" media="all">
  7. <body>
  8. <!-- -->
  9. <!-- Because you are reading this, it must mean only one thing; you -->
  10. <!-- are looking at our page source, well, hope you like the -->
  11. <!-- look of it! -->
  12. <!-- -->
  13. <!-- The Penny's Pages Wiki was made by members of the Neocities -->
  14. <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
  15. <!-- enjoying reading our articles. -->
  16. <!-- -->
  17. <!-- Penny's Pages is composed of original material, and may be used -->
  18. <!-- as long as you follow CC BY-NC-SA 3.0 -->
  19. <!-- -->
  20. <!-- Our URL: https://thewikion.neocities.org/ -->
  21. <!-- -->
  22. <!-- Enjoy the rest of your night, young Internet search astronaut! -->
  23. <!-- -->
  24. <h1>Hello There!</h1>
  25. <p>
  26. Why hello there, you somehow found this page, good job! Here's a drawing of me next to a <a href="cuntyolk.html">Cunt Yolk</A> poster. So far there are no posters for the band, but even if there were I might not want to hang it on my wall, people will start asking questions, uh well, that's the price you pay for art I guess.
  27. <p>
  28. Anyway, Cunt Yolk rock!
  29. <p>
  30. - Clive Python
  31. <p>
  32. <blockquote>
  33. <img src="img/hello.png">
  34. </blockquote>
  35. <P>
  36. <hr></hr>
  37. <p>
  38. <font color="black"><center>&#x2605;</center></font color>
  39. </body>
  40. </html>