aboutsummaryrefslogtreecommitdiffhomepage
path: root/404.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-06 10:24:32 -0500
committerBradley Taunt <bt@btxx.org>2024-12-06 10:24:32 -0500
commit588e154204c7c17b17bbb24bf0815ec3efd18374 (patch)
treeb34bfb2663ba7f36a78398abfae3678f4c587ff7 /404.md
parentea48cf107191b21c8b7aad1be18dabadb27ed7ab (diff)
Make 404 page from markdown, remove static HTML
Diffstat (limited to '404.md')
-rw-r--r--404.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/404.md b/404.md
new file mode 100644
index 0000000..671a0a6
--- /dev/null
+++ b/404.md
@@ -0,0 +1,9 @@
+---
+title: 404 Page Not Found
+layout: page
+permalink: "404/"
+---
+
+<p><strong>Page not found :(</strong></p>
+<p>The requested page could not be found. Try going <a href="/">back to the homepage</a>.</p>
+<hr> \ No newline at end of file