index.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en-CA">
  3. <head>
  4. <title>Kratzen</title>
  5. <meta name="description" content="Permanently decommissioned." />
  6. <meta charset="UTF-8" />
  7. <link href="style.css" rel="stylesheet" />
  8. <link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
  9. </head>
  10. <body>
  11. <header>
  12. <a href="index-2.html">Kratzen</a><br />
  13. <span id="subheader">One universal law, but two sides to every story.</span>
  14. </header>
  15. <main>
  16. <h2><time datetime="2019-05-23">2019 – 05 – 23</time></h2>
  17. <section class="story">
  18. <h3><a href="articles/2019-05/presenting-frogesay-my-new-website.html">Presenting Frogesay: My NEW Website!</a></h3>
  19. <a href="articles/2019-05/presenting-frogesay-my-new-website.html"><img class="preview" src="images/previews/2019-05-23-presenting-frogesay-my-new-website.png" alt="The Frogesay mascot: a small black – and – white ghost, shaped like a slug, with a mischievous grin." width="128" height="128" /></a>
  20. <p>I made a new website! It’s a continuation of Kratzen and all the other websites I’ve maintained over the years. If you like Kratzen, you won’t like this one because it’s different and things are bad because they’re different. <a href="articles/2019-05/presenting-frogesay-my-new-website.html">☞</a></p>
  21. </section>
  22. </main>
  23. <section id="navigation">
  24. <h2>Navigation</h2>
  25. <a href="archives/stories/2018-08.html">2018 – 08</a> · <a href="about.html">About</a> · <a href="archives.html">Archives</a>
  26. </section>
  27. <footer>
  28. <p><a href="copying.html">Public domain website</a>. A <a href="https://degenerates.neocities.org/">Degenerate Project</a>. View with <a href="https://sourceforge.net/projects/linuxlibertine/">Linux Libertine</a>.</p>
  29. </footer>
  30. </body>
  31. </html>