From 5df3bdd0c20c073c5097291699ae7701bd250854 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 16 Feb 2022 21:17:45 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added:=20data/htdocs/www/error/=20?= =?UTF-8?q?=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/htdocs/www/error/403.html | 72 +++++++++++++++++++++++++++++++++ data/htdocs/www/error/404.html | 73 ++++++++++++++++++++++++++++++++++ data/htdocs/www/error/500.html | 70 ++++++++++++++++++++++++++++++++ 3 files changed, 215 insertions(+) create mode 100644 data/htdocs/www/error/403.html create mode 100644 data/htdocs/www/error/404.html create mode 100644 data/htdocs/www/error/500.html diff --git a/data/htdocs/www/error/403.html b/data/htdocs/www/error/403.html new file mode 100644 index 0000000..1ded7bb --- /dev/null +++ b/data/htdocs/www/error/403.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 404 Not Found + + + + +
+
+

+ + 403 Unauthorized +

+

+ You appear to not have the permission to access this! +

+ + error
+
+ + +
+ + diff --git a/data/htdocs/www/error/404.html b/data/htdocs/www/error/404.html new file mode 100644 index 0000000..c816d6f --- /dev/null +++ b/data/htdocs/www/error/404.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 404 Not Found + + + + +
+
+

+ + 404 Not Found +

+

+ We apologize but we can't seem to be able to find what you're looking + for! +

+ + error
+
+ + +
+ + diff --git a/data/htdocs/www/error/500.html b/data/htdocs/www/error/500.html new file mode 100644 index 0000000..3334954 --- /dev/null +++ b/data/htdocs/www/error/500.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 404 Not Found + + + + +
+
+

+ + 500 Server Error +

+

Well it seems the server has messed up!

+ + error
+
+ + +
+ +