]> git.drewedgar.com - website.git/blob - src/404.html
b000e974d11911aabc9dc6edc1a1c74a4c6eb8a8
[website.git] / src / 404.html
1 ---
2 layout: layouts/base.liquid
3 title: Hm. Nothing here.
4 permalink: 404.html
5 ---
6
7 <!DOCTYPE html>
8 <html lang="en">
9         <head>
10                 <meta charset="utf-8" />
11                 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
12                 <title>{{ title }}</title>
13         </head>
14         <body>
15                 <h1>{{ title }}</h1>
16                 <p>
17             It doesn't seem like there is anything here, this could be intentional, or I could have messed up. If it's the latter please let me know at [email protected]
18                 </p>
19         </body>
20 </html>