404.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html><html lang="en-US" xml:lang="en-US">
  2. <head>
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. <link rel="shortcut icon" type="image/png" sizes="32x32" href="https://byron.games/images/favicon.png">
  7. <link rel="stylesheet" href="https://byron.games/main.css">
  8. <meta name="theme-color" content="#151515">
  9. <meta name="msapplication-navbutton-color" content="#151515">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  11. <meta name="robots" content="noindex, follow">
  12. <title>Not Found :( | A Blog or Some Shit</title>
  13. <meta name="generator" content="Zola">
  14. <meta name="description" content="">
  15. <meta name="author" content="">
  16. <link rel="canonical" href="https://byron.games/404.html">
  17. </head>
  18. <body>
  19. <header>
  20. <div class="container">
  21. <a id="a-title" href="https://byron.games">
  22. <h1>A Blog or Some Shit</h1>
  23. </a>
  24. <h2></h2>
  25. <nav id="navbar">
  26. <a href="https:&#x2F;&#x2F;vtt.byron.games" class="btn">Foundry</a>
  27. <a href="https:&#x2F;&#x2F;km.byron.games" class="btn">King Maker Wiki</a>
  28. <a href="https://byron.games/about" class="btn">About</a>
  29. <a href="https://byron.games/tags" class="btn">Tags</a>
  30. </nav>
  31. </div>
  32. </header>
  33. <div class="container">
  34. <main>
  35. <article class="page">
  36. <div class="header-container">
  37. <h2>Not Found :(</h2>
  38. </div>
  39. <div class="entry">
  40. <p>
  41. Sorry, but the page you were trying to view does not exist.
  42. </p>
  43. <p>
  44. It looks like this was the result of either:
  45. </p>
  46. <ul>
  47. <li>A mistyped address</li>
  48. <li>An out-of-date link</li>
  49. </ul>
  50. </div>
  51. </article>
  52. </main>
  53. </div>
  54. <footer>
  55. <span class="copyright">&copy; 2024 - 2025 </span>
  56. </footer>
  57. </body>
  58. </html>