From b5e8147d2fc2a9381ac6d1440efe4e92c283f86e Mon Sep 17 00:00:00 2001 From: Drew Edgar Date: Tue, 17 Mar 2026 18:25:27 +0000 Subject: [PATCH] FEAT: added 404 page --- src/404.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/404.html diff --git a/src/404.html b/src/404.html new file mode 100644 index 0000000..05def22 --- /dev/null +++ b/src/404.html @@ -0,0 +1,19 @@ +--- +title: Hm. Nothing here. +permalink: 404.html +--- + + + + + + + {{ title }} + + +

{{ title }}

+

+ 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 drewpedgar@gmail.com +

+ + -- 2.52.0