|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 5 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 6 | + |
| 7 | + <!-- Enable responsiveness on mobile devices --> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 9 | + |
| 10 | + |
| 11 | + <meta name="description" content="An assortment of my ramblings and random adventures." /> |
| 12 | + <meta property="og:description" content="An assortment of my ramblings and random adventures." /> |
| 13 | + <meta property="twitter:description" content="An assortment of my ramblings and random adventures." /> |
| 14 | + |
| 15 | + |
| 16 | + <!-- Title --> |
| 17 | + |
| 18 | + |
| 19 | + <title> |
| 20 | + |
| 21 | + Micah's Secret Blog |
| 22 | + |
| 23 | +</title> |
| 24 | + |
| 25 | + <!-- Additional Facebook Meta Tags --> |
| 26 | + <meta |
| 27 | + property="og:url" |
| 28 | + content="https://micahkepe.com/blog" |
| 29 | + /> |
| 30 | + <meta |
| 31 | + property="og:type" |
| 32 | + content="website" |
| 33 | + /> |
| 34 | + <meta property="og:title" content="Micah's Secret Blog" /> |
| 35 | + <meta |
| 36 | + property="og:image" |
| 37 | + content="https://micahkepe.com/blog/icons/favicon/web-app-manifest-512x512.png" |
| 38 | + /> |
| 39 | + |
| 40 | + <!-- Additional Twitter Meta Tags --> |
| 41 | + <meta name="twitter:card" content="summary_large_image" /> |
| 42 | + <meta |
| 43 | + property="twitter:url" |
| 44 | + content="https://micahkepe.com/blog" |
| 45 | + /> |
| 46 | + <meta name="twitter:title" content="Micah's Secret Blog" /> |
| 47 | + <meta |
| 48 | + name="twitter:image" |
| 49 | + content="https://micahkepe.com/blog/icons/favicon/web-app-manifest-512x512.png" |
| 50 | + /> |
| 51 | + |
| 52 | + <!-- Favicons --> |
| 53 | + |
| 54 | + <link |
| 55 | + rel="icon" |
| 56 | + type="image/png" |
| 57 | + href="https://micahkepe.com/blog/icons/favicon/favicon-96x96.png" |
| 58 | + sizes="96x96" |
| 59 | + /> |
| 60 | + <link |
| 61 | + rel="icon" |
| 62 | + type="image/svg+xml" |
| 63 | + href="https://micahkepe.com/blog/icons/favicon/favicon.svg" |
| 64 | + /> |
| 65 | + <link |
| 66 | + rel="shortcut icon" |
| 67 | + href="https://micahkepe.com/blog/icons/favicon/favicon.ico" |
| 68 | + /> |
| 69 | + <link |
| 70 | + rel="apple-touch-icon" |
| 71 | + sizes="180x180" |
| 72 | + href="https://micahkepe.com/blog/icons/favicon/apple-touch-icon.png" |
| 73 | + /> |
| 74 | + <meta name="apple-mobile-web-app-title" content="Micah's Secret Blog" /> |
| 75 | + <link |
| 76 | + rel="manifest" |
| 77 | + href="https://micahkepe.com/blog/icons/favicon/site.webmanifest" |
| 78 | + /> |
| 79 | + |
| 80 | + |
| 81 | + <!-- RSS Feed --> |
| 82 | + |
| 83 | + <link |
| 84 | + rel="alternate" |
| 85 | + type="application/atom+xml" |
| 86 | + title="RSS" |
| 87 | + href="https://micahkepe.com/blog/atom.xml" |
| 88 | + /> |
| 89 | + |
| 90 | + |
| 91 | + <!-- Load Styles --> |
| 92 | + <link |
| 93 | + rel="stylesheet" |
| 94 | + href="https://micahkepe.com/blog/site.css" |
| 95 | + /> |
| 96 | + |
| 97 | + <!-- Google Fonts --> |
| 98 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 99 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 100 | + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet"> |
| 101 | + |
| 102 | + <!-- Pass Theme Preference as Data Attribute --> |
| 103 | + <script> |
| 104 | + document.documentElement.dataset.theme = |
| 105 | + "toggle"; |
| 106 | + </script> |
| 107 | + |
| 108 | + <!-- Reference return to click position script --> |
| 109 | + <script src="https://micahkepe.com/blog/js/reference-return.js"></script> |
| 110 | + </head> |
| 111 | + |
| 112 | + <body class="hack dark main container"> |
| 113 | + |
| 114 | +<main style="text-align: center;"> |
| 115 | + <h1>404 - NOT FOUND</h1> |
| 116 | + <p>Page not found. Sorry about that.</p> |
| 117 | + <p>Maybe try the <a href="https://micahkepe.com/blog">homepage</a>?</p> |
| 118 | + |
| 119 | + <p> |
| 120 | + For troubleshooting, refer to the <a href="https://www.getzola.org/documentation/getting-started/overview/" |
| 121 | + target="_blank" rel="noopener">Zola documentation</a>. |
| 122 | + </p> |
| 123 | +</main> |
| 124 | + |
| 125 | + |
| 126 | + <!-- optional scripts --> |
| 127 | + |
| 128 | + <script src="https://micahkepe.com/blog/js/codeblock.js"></script> |
| 129 | + |
| 130 | + <script src="https://micahkepe.com/blog/js/toggle-theme.js"></script> |
| 131 | + |
| 132 | +<!-- MathJax script for rendering LaTeX math equations --> |
| 133 | +<script src="https://micahkepe.com/blog/js/mathjax-config.js"></script> |
| 134 | +<script |
| 135 | + src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" |
| 136 | + async |
| 137 | +></script> |
| 138 | + |
| 139 | + |
| 140 | +<script type="text/javascript" src="https://micahkepe.com/blog/elasticlunr.min.js"></script> |
| 141 | +<script type="text/javascript" src="https://micahkepe.com/blog/js/search.js"></script> |
| 142 | + |
| 143 | + </body> |
| 144 | +</html> |
0 commit comments