|
| 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 | + |
| 12 | + <meta name="description" content="An assortment of my ramblings and random adventures." /> |
| 13 | + <meta property="og:description" content="An assortment of my ramblings and random adventures." /> |
| 14 | + <meta property="twitter:description" content="An assortment of my ramblings and random adventures." /> |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + <!-- Title --> |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + <title> |
| 23 | + |
| 24 | + Micah's Secret Blog |
| 25 | + |
| 26 | +</title> |
| 27 | + |
| 28 | + <!-- Additional Facebook Meta Tags --> |
| 29 | + <meta property="og:site_name" content="Micah's Secret Blog" /> |
| 30 | + <meta |
| 31 | + property="og:url" |
| 32 | + content="https://micahkepe.com/blog" |
| 33 | + /> |
| 34 | + <meta |
| 35 | + property="og:type" |
| 36 | + content="website" |
| 37 | + /> |
| 38 | + <meta property="og:title" content="Micah's Secret Blog" /> |
| 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 | + |
| 48 | + <!-- Cover images --> |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + <meta |
| 53 | + property="og:image" |
| 54 | + content="https://micahkepe.com/blog/icons/favicon/web-app-manifest-512x512.png" |
| 55 | + /> |
| 56 | + |
| 57 | + <meta |
| 58 | + name="twitter:image" |
| 59 | + content="https://micahkepe.com/blog/icons/favicon/web-app-manifest-512x512.png" |
| 60 | + /> |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + <!-- Favicons --> |
| 65 | + |
| 66 | + <link |
| 67 | + rel="icon" |
| 68 | + type="image/png" |
| 69 | + href="https://micahkepe.com/blog/icons/favicon/favicon-96x96.png" |
| 70 | + sizes="96x96" |
| 71 | + /> |
| 72 | + <link |
| 73 | + rel="icon" |
| 74 | + type="image/svg+xml" |
| 75 | + href="https://micahkepe.com/blog/icons/favicon/favicon.svg" |
| 76 | + /> |
| 77 | + <link |
| 78 | + rel="shortcut icon" |
| 79 | + href="https://micahkepe.com/blog/icons/favicon/favicon.ico" |
| 80 | + /> |
| 81 | + <link |
| 82 | + rel="apple-touch-icon" |
| 83 | + sizes="180x180" |
| 84 | + href="https://micahkepe.com/blog/icons/favicon/apple-touch-icon.png" |
| 85 | + /> |
| 86 | + <meta name="apple-mobile-web-app-title" content="Micah's Secret Blog" /> |
| 87 | + <link |
| 88 | + rel="manifest" |
| 89 | + href="https://micahkepe.com/blog/icons/favicon/site.webmanifest" |
| 90 | + /> |
| 91 | + |
| 92 | + |
| 93 | + <!-- RSS Feed --> |
| 94 | + |
| 95 | + <link |
| 96 | + rel="alternate" |
| 97 | + type="application/atom+xml" |
| 98 | + title="RSS" |
| 99 | + href="https://micahkepe.com/blog/atom.xml" |
| 100 | + /> |
| 101 | + |
| 102 | + |
| 103 | + <!-- Load Styles --> |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + <link |
| 108 | + rel="stylesheet" |
| 109 | + href="https://micahkepe.com/blog/site.css" |
| 110 | + /> |
| 111 | + |
| 112 | + |
| 113 | +<!-- Custom styling --> |
| 114 | +<link |
| 115 | + rel="stylesheet" |
| 116 | + href="https://micahkepe.com/blog/custom.css" |
| 117 | +/> |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + <!-- Load Fonts --> |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + <!-- Google Fonts --> |
| 132 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 133 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 134 | + |
| 135 | + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet"> |
| 136 | + |
| 137 | + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap" rel="stylesheet"> |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | +<!-- Forcing Font --> |
| 143 | +<style> |
| 144 | +body { |
| 145 | + font-family: |
| 146 | + "JetBrains Mono", Menlo, Monaco, Lucida Console, Liberation Mono, |
| 147 | + DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, |
| 148 | + monospace, serif !important; |
| 149 | +} |
| 150 | +</style> |
| 151 | + |
| 152 | + |
| 153 | + <!-- Pass Theme Preference as Data Attribute --> |
| 154 | + <script src="https://micahkepe.com/blog/js/init-theme.js"></script> |
| 155 | + |
| 156 | + <!-- Reference return to click position script --> |
| 157 | + <script defer src="https://micahkepe.com/blog/js/reference-return.js"></script> |
| 158 | + |
| 159 | + <!-- Additional scripts --> |
| 160 | + |
| 161 | + |
| 162 | + <script defer src="https://micahkepe.com/blog/js/codeblock.js"></script> |
| 163 | + |
| 164 | + |
| 165 | + <script src="https://micahkepe.com/blog/js/toggle-theme.js"></script> |
| 166 | + |
| 167 | + |
| 168 | +<!-- MathJax script for rendering LaTeX math equations --> |
| 169 | +<script src="https://micahkepe.com/blog/js/mathjax-config.js"></script> |
| 170 | +<script |
| 171 | + src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" |
| 172 | + async |
| 173 | +></script> |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | +<script type="text/javascript" src="https://micahkepe.com/blog/elasticlunr.min.js"></script> |
| 178 | +<script type="text/javascript" src="https://micahkepe.com/blog/js/search.js"></script> |
| 179 | + |
| 180 | + |
| 181 | + </head> |
| 182 | + |
| 183 | + <!-- Body element (contents of the page) --> |
| 184 | + <body class="hack main container"> |
| 185 | + |
| 186 | +<main style="text-align: center;"> |
| 187 | + <h1>404 - NOT FOUND</h1> |
| 188 | + <p>Page not found. Sorry about that.</p> |
| 189 | + <p>Maybe try the <a href="https://micahkepe.com/blog">homepage</a>?</p> |
| 190 | + |
| 191 | + <p> |
| 192 | + For troubleshooting, refer to the <a href="https://www.getzola.org/documentation/getting-started/overview/" |
| 193 | + target="_blank" rel="noopener">Zola documentation</a>. |
| 194 | + </p> |
| 195 | +</main> |
| 196 | + |
| 197 | + </body> |
| 198 | +</html> |
0 commit comments