| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html><html lang="en-US" xml:lang="en-US">
-
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <link rel="shortcut icon" type="image/png" sizes="32x32" href="https://byron.games/images/favicon.png">
- <link rel="stylesheet" href="https://byron.games/main.css">
- <meta name="theme-color" content="#151515">
- <meta name="msapplication-navbutton-color" content="#151515">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <meta name="robots" content="noindex, follow">
- <title>Not Found :( | Byron.Games or Some Shit</title>
- <meta name="generator" content="Zola">
- <meta name="description" content="">
- <meta name="author" content="">
- <link rel="canonical" href="https://byron.games/404.html">
- </head>
- <body>
- <header>
- <div class="container">
- <a id="a-title" href="https://byron.games">
- <h1>Byron.Games or Some Shit</h1>
- </a>
- <h2></h2>
- <nav id="navbar">
-
- <a href="https://vtt.byron.games" class="btn">Foundry</a>
-
- <a href="https://km.byron.games" class="btn">King Maker Wiki</a>
-
- <a href="https://byron.games/about" class="btn">About</a>
-
-
- <a href="https://byron.games/tags" class="btn">Tags</a>
-
- </nav>
- </div>
- </header>
- <div class="container">
- <main>
- <article class="page">
- <div class="header-container">
- <h2>Not Found :(</h2>
- </div>
- <div class="entry">
- <p>
- Sorry, but the page you were trying to view does not exist.
- </p>
- <p>
- It looks like this was the result of either:
- </p>
- <ul>
- <li>A mistyped address</li>
- <li>An out-of-date link</li>
- </ul>
- </div>
- </article>
- </main>
- </div>
- <footer>
- <span class="copyright">© 2024 - 2025 </span>
- </footer>
- </body>
- </html>
|