]> git.drewedgar.com - website.git/commitdiff
FEAT: added 404 page
authorDrew Edgar <[email protected]>
Tue, 17 Mar 2026 18:25:27 +0000 (18:25 +0000)
committerDrew Edgar <[email protected]>
Tue, 17 Mar 2026 18:25:27 +0000 (18:25 +0000)
src/404.html [new file with mode: 0644]

diff --git a/src/404.html b/src/404.html
new file mode 100644 (file)
index 0000000..05def22
--- /dev/null
@@ -0,0 +1,19 @@
+---
+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>