From 4975838301c9bbfd94aaf7e5aa0040c24d8527b8 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Mon, 29 Dec 2025 15:36:43 +0100 Subject: [PATCH] Added some basic HTTP error codes. Will add more once I have the time. --- errors/401.html | 27 +++++++++++++++++++++++++++ errors/403.html | 27 +++++++++++++++++++++++++++ errors/404.html | 27 +++++++++++++++++++++++++++ errors/500.html | 27 +++++++++++++++++++++++++++ errors/502.html | 27 +++++++++++++++++++++++++++ 5 files changed, 135 insertions(+) create mode 100644 errors/401.html create mode 100644 errors/403.html create mode 100644 errors/404.html create mode 100644 errors/500.html create mode 100644 errors/502.html diff --git a/errors/401.html b/errors/401.html new file mode 100644 index 0000000..8b7d3f0 --- /dev/null +++ b/errors/401.html @@ -0,0 +1,27 @@ + + + + + + + + + 401! + + + +
+

401!

+

401 - Unauthorized

+

Return to the index!

+

Learn more about this code.

+ +
+
+ Clouds +
+ + + + + diff --git a/errors/403.html b/errors/403.html new file mode 100644 index 0000000..5ff8d4a --- /dev/null +++ b/errors/403.html @@ -0,0 +1,27 @@ + + + + + + + + + 403! + + + +
+

403!

+

403 - Forbidden

+

Return to the index!

+

Learn more about this code.

+ +
+
+ Clouds +
+ + + + + diff --git a/errors/404.html b/errors/404.html new file mode 100644 index 0000000..499385f --- /dev/null +++ b/errors/404.html @@ -0,0 +1,27 @@ + + + + + + + + + 404! + + + +
+

404!

+

404 - Page not found

+

Return to the index!

+

Learn more about this code.

+ +
+
+ Clouds +
+ + + + + diff --git a/errors/500.html b/errors/500.html new file mode 100644 index 0000000..567766c --- /dev/null +++ b/errors/500.html @@ -0,0 +1,27 @@ + + + + + + + + + 500! + + + +
+

500!

+

500 - Internal Server Error

+

Return to the index!

+

Learn more about this code.

+ +
+
+ Clouds +
+ + + + + diff --git a/errors/502.html b/errors/502.html new file mode 100644 index 0000000..f81bba1 --- /dev/null +++ b/errors/502.html @@ -0,0 +1,27 @@ + + + + + + + + + 502 + + + +
+

502!

+

502 - Bad gateway

+

Return to the index!

+

Learn more about this code.

+ +
+
+ Clouds +
+ + + + +