|
| 1 | +<!doctype html> |
| 2 | +<html |
| 3 | + lang="en-us" |
| 4 | + dir="ltr" |
| 5 | +> |
| 6 | + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 7 | + <meta charset="utf-8" /> |
| 8 | +<meta name="language" content="en" /> |
| 9 | +<meta name="viewport" content="width=device-width" /> |
| 10 | +<title> |
| 11 | + 404 Page not found | TIL of Raimbek |
| 12 | +</title> |
| 13 | +<meta name="robots" content="noindex" /> |
| 14 | +<meta property="og:url" content="http://localhost:1313/404.html"> |
| 15 | + <meta property="og:site_name" content="TIL of Raimbek"> |
| 16 | + <meta property="og:title" content="404 Page not found"> |
| 17 | + <meta property="og:locale" content="en_us"> |
| 18 | + <meta property="og:type" content="website"> |
| 19 | + |
| 20 | + |
| 21 | + <meta itemprop="name" content="404 Page not found"> |
| 22 | + |
| 23 | + <meta name="twitter:card" content="summary"> |
| 24 | + <meta name="twitter:title" content="404 Page not found"> |
| 25 | + |
| 26 | +<link rel="canonical" href="http://localhost:1313/404.html" /> |
| 27 | + |
| 28 | + <link rel="stylesheet" href="/css/index.css" /> |
| 29 | + |
| 30 | + |
| 31 | + <script src="/js/main.js" defer></script> |
| 32 | + |
| 33 | + |
| 34 | +<script type="application/ld+json"> |
| 35 | +{ |
| 36 | + "@context": "https://schema.org", |
| 37 | + "@type": "WebPage", |
| 38 | + "description": "", |
| 39 | + "headline": "404 Page Not Found" |
| 40 | +} |
| 41 | +</script> |
| 42 | + |
| 43 | + |
| 44 | + </head> |
| 45 | + <body> |
| 46 | + <div class="container mx-auto flex max-w-prose flex-col space-y-10 p-4 md:p-6"> |
| 47 | + <header class="flex flex-row items-center justify-between"> |
| 48 | + <div> |
| 49 | + <a id="skip-nav" class="sr-only" href="#maincontent">Skip to main content</a> |
| 50 | + <a class="font-semibold" href="/">TIL of Raimbek</a> |
| 51 | +</div> |
| 52 | + |
| 53 | + <nav> |
| 54 | + <ul class="flex flex-row items-center justify-end space-x-4"> |
| 55 | + <li> |
| 56 | + <a>Notes</a |
| 57 | + > |
| 58 | + </li> |
| 59 | + <li> |
| 60 | + <a>Posts</a |
| 61 | + > |
| 62 | + </li> |
| 63 | + </ul> |
| 64 | + </nav> |
| 65 | + |
| 66 | + |
| 67 | + </header> |
| 68 | + <main class="prose prose-slate relative md:prose-lg prose-h1:text-[2em]" id="maincontent"> |
| 69 | + |
| 70 | + <article> |
| 71 | + <h1>Page not found</h1> |
| 72 | + |
| 73 | + <p class="lead">It seems you've stumbled upon a page that doesn't exist on this website.</p> |
| 74 | + |
| 75 | + <p class="font-bold">Here are a few things you can do:</p> |
| 76 | + |
| 77 | + <ul> |
| 78 | + <li>Return to the <a href="/">home page</a>.</li> |
| 79 | + <li> |
| 80 | + <a href="https://web.archive.org/web/*/http//localhost1313/404.html" |
| 81 | + >See if the Internet Archive has a copy</a |
| 82 | + > |
| 83 | + if you believe this page once existed. |
| 84 | + </li> |
| 85 | + </ul> |
| 86 | + </article> |
| 87 | + |
| 88 | + </main> |
| 89 | + <footer class="mt-20 border-t border-neutral-100 pt-2 text-xs"> |
| 90 | + <section class="items-top flex flex-row justify-between opacity-70"> |
| 91 | + <div class="flex flex-col space-y-2"> |
| 92 | + |
| 93 | + </div> |
| 94 | + <div> |
| 95 | + <a |
| 96 | + href="https://github.com/michenriksen/hugo-theme-til" |
| 97 | + title="Today I Learned — A Hugo theme by Michael Henriksen" |
| 98 | + data-theme-version="0.6.0" |
| 99 | + >theme: til</a |
| 100 | + > |
| 101 | + </div> |
| 102 | +</section> |
| 103 | + |
| 104 | + </footer> |
| 105 | + </div> |
| 106 | + |
| 107 | + </body> |
| 108 | +</html> |
0 commit comments