]> git.drewedgar.com - website.git/blob - src/404.html
FEAT: added 404 page
[website.git] / src / 404.html
1 ---
2 title: Hm. Nothing here.
3 permalink: 404.html
4 ---
5
6 <!DOCTYPE html>
7 <html lang="en">
8         <head>
9                 <meta charset="utf-8" />
10                 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
11                 <title>{{ title }}</title>
12         </head>
13         <body>
14                 <h1>{{ title }}</h1>
15                 <p>
16             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]
17                 </p>
18         </body>
19 </html>