underhero- demo-review.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en-CA">
  3. <head>
  4. <title>Not Found — Kratzen</title>
  5. <meta name="description" content="Kratzen 404 page. Updates every day." />
  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.html">Kratzen</a><br />
  13. </header>
  14. <main>
  15. <h1>Not found</h1>
  16. <p class="center">You are in a place that should exist. It does not.</p>
  17. <p class="center">Complaints and corrections: <a href="https://neocities.org/site/kratzen">https://neocities.org/site/kratzen</a></p>
  18. </main>
  19. <section id="navigation">
  20. <h2>Navigation</h2>
  21. <a href="index.html">Back to home</a><br />
  22. <a href="about.html">About</a> · <a href="archives.html">Archives</a>
  23. </section>
  24. <footer>
  25. <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>
  26. </footer>
  27. </body>
  28. </html>