From c7f3c7194b2be2a8cbff265c6f6e42a6551dc690 Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Thu, 21 Aug 2025 20:41:40 -0400 Subject: [PATCH] feat: add custom 404 page with error message and navigation --- src/404.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/404.html diff --git a/src/404.html b/src/404.html new file mode 100644 index 0000000..ef42da2 --- /dev/null +++ b/src/404.html @@ -0,0 +1,24 @@ +--- +title: "404 - Page Not Found" +layout: "layout.njk" +permalink: 404.html +--- + +
+

404

+

Route Not Found

+

+ The requested resource could not be located on our network. The packet was dropped or the destination is unreachable. +

+
+

> traceroute current.page

+

1 gateway.local (192.168.1.1) 1.234 ms

+

2 core.router.isp (10.0.0.1) 5.678 ms

+

3 * * * Request timed out.

+

> Error: Destination host unreachable.

+
+ + + Default Route + +
\ No newline at end of file