From 6eb064da8c99c78c9c9e6febe7c7ac5651c6a8ab Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 12 Mar 2025 12:57:39 +0100 Subject: [PATCH] Added error pages with error tracking --- public/error_404.html | 41 +++++++++++++++++++++++++++++++++++++++++ public/error_50x.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 public/error_404.html create mode 100644 public/error_50x.html diff --git a/public/error_404.html b/public/error_404.html new file mode 100644 index 0000000..1dda3a9 --- /dev/null +++ b/public/error_404.html @@ -0,0 +1,41 @@ + + + + + + + + Error 404 | Privacynerd's home + + +

404 Not Found

+
+

This is a very simple site. Dont even try to find hidden doors to new worlds.
+ Back to home!

+
+ + + + + + + diff --git a/public/error_50x.html b/public/error_50x.html new file mode 100644 index 0000000..e1072c8 --- /dev/null +++ b/public/error_50x.html @@ -0,0 +1,43 @@ + + + + + + + + Error 50x | Privacynerd's home + + +

50x Internal Server Error

+
+

+ Something weird happened.
+ This is a very simple site. Dont even try to find hidden doors to new worlds.
+ Back to home!

+
+ + + + + + +