+---
+title: Hm. Nothing here.
+permalink: 404.html
+---
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>{{ title }}</title>
+ </head>
+ <body>
+ <h1>{{ title }}</h1>
+ <p>
+ 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]
+ </p>
+ </body>
+</html>