meta_template.txt 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" type="image/png" href="logo.png" />
  5. <title>title</title>
  6. <link href="style.css" rel="stylesheet" type="text/css" media="all">
  7. <!-- -->
  8. <!-- Because you are reading this, it must mean only one thing; you -->
  9. <!-- are looking at our page source, well, hope you like the -->
  10. <!-- look of it! -->
  11. <!-- -->
  12. <!-- The Penny's Pages Wiki was made by members of the Neocities -->
  13. <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
  14. <!-- enjoying reading our articles. -->
  15. <!-- -->
  16. <!-- Penny's Pages is composed of original material, and may be used -->
  17. <!-- as long as you follow CC BY-NC-SA 3.0 -->
  18. <!-- -->
  19. <!-- Our URL: https://thewikion.neocities.org/ -->
  20. <!-- -->
  21. <!-- Enjoy the rest of your night, young Internet search astronaut! -->
  22. <!-- -->
  23. <h1>title</h1>
  24. <em><tt>Also see <a href="xyz.html">XYZ</a>, <a href="123.html">123</a></tt></em>
  25. <p>
  26. This is where you should write about the subject. This artical is going to <a href="404.html">link to another subject on the wiki</A>, this link is <a href="https://www.youtube.com/watch?v=tKjZuykKY1I" target="_blank">going to link to an outside link</a>.</p>
  27. <img src="img/xxx" align=right hspace=15 vspace=5>
  28. <p>
  29. <tt><blockquote>
  30. This is a quote box, for quotes!</p>
  31. </tt>
  32. <p>
  33. - Somebody</p>
  34. </blockquote>
  35. <p>
  36. <h2><a href="#New Part of The Artical">New Part of The Artical</a><a name="New Part of The Artical"></a></h2>
  37. More text should go here.
  38. <hr>
  39. <tt>
  40. References<br>
  41. I. one<br>
  42. <a href="" target="_blank"></a> [<a href="" target="_blank">Internet Archive</a>, <a href="" target="_blank">archive.is</a>]
  43. <p>
  44. II. two<br>
  45. <a href="" target="_blank"></a> [<a href="" target="_blank">Internet Archive</a>, <a href="" target="_blank">archive.is</a>]
  46. <p>
  47. III. three<br>
  48. <a href="" target="_blank"></a> [<a href="" target="_blank">Internet Archive</a>, <a href="" target="_blank">archive.is</a>]
  49. <p>
  50. This page was last updated: dd/mm/yyyy @ hh:mm</p>
  51. <p>
  52. In total this page has had NUMBER updates since it was uploaded.</p>
  53. </tt>
  54. <font color="black"><center>&#x2605;</center></font>
  55. </body>
  56. </html>