From 6127efd6e14bbbd7621e9910038d0a03beaecc96 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sun, 7 Jul 2024 01:59:53 -0400 Subject: [PATCH] Added default error pages --- pages/errors/default/400.html | 66 ++++++++++++++++++++++++++++++++ pages/errors/default/401.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/402.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/403.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/404.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/405.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/406.html | 69 ++++++++++++++++++++++++++++++++++ pages/errors/default/407.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/408.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/409.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/410.html | 69 ++++++++++++++++++++++++++++++++++ pages/errors/default/500.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/default/501.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/default/502.html | 69 ++++++++++++++++++++++++++++++++++ pages/errors/default/503.html | 64 +++++++++++++++++++++++++++++++ pages/errors/default/504.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/default/505.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/proxy/400.html | 67 +++++++++++++++++++++++++++++++++ pages/errors/proxy/401.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/402.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/403.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/404.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/405.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/406.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/proxy/407.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/408.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/409.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/410.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/proxy/500.html | 68 +++++++++++++++++++++++++++++++++ pages/errors/proxy/501.html | 71 +++++++++++++++++++++++++++++++++++ pages/errors/proxy/502.html | 70 ++++++++++++++++++++++++++++++++++ pages/errors/proxy/503.html | 65 ++++++++++++++++++++++++++++++++ pages/errors/proxy/504.html | 71 +++++++++++++++++++++++++++++++++++ pages/errors/proxy/505.html | 71 +++++++++++++++++++++++++++++++++++ 34 files changed, 2317 insertions(+) create mode 100644 pages/errors/default/400.html create mode 100644 pages/errors/default/401.html create mode 100644 pages/errors/default/402.html create mode 100644 pages/errors/default/403.html create mode 100644 pages/errors/default/404.html create mode 100644 pages/errors/default/405.html create mode 100644 pages/errors/default/406.html create mode 100644 pages/errors/default/407.html create mode 100644 pages/errors/default/408.html create mode 100644 pages/errors/default/409.html create mode 100644 pages/errors/default/410.html create mode 100644 pages/errors/default/500.html create mode 100644 pages/errors/default/501.html create mode 100644 pages/errors/default/502.html create mode 100644 pages/errors/default/503.html create mode 100644 pages/errors/default/504.html create mode 100644 pages/errors/default/505.html create mode 100644 pages/errors/proxy/400.html create mode 100644 pages/errors/proxy/401.html create mode 100644 pages/errors/proxy/402.html create mode 100644 pages/errors/proxy/403.html create mode 100644 pages/errors/proxy/404.html create mode 100644 pages/errors/proxy/405.html create mode 100644 pages/errors/proxy/406.html create mode 100644 pages/errors/proxy/407.html create mode 100644 pages/errors/proxy/408.html create mode 100644 pages/errors/proxy/409.html create mode 100644 pages/errors/proxy/410.html create mode 100644 pages/errors/proxy/500.html create mode 100644 pages/errors/proxy/501.html create mode 100644 pages/errors/proxy/502.html create mode 100644 pages/errors/proxy/503.html create mode 100644 pages/errors/proxy/504.html create mode 100644 pages/errors/proxy/505.html diff --git a/pages/errors/default/400.html b/pages/errors/default/400.html new file mode 100644 index 0000000..0bec015 --- /dev/null +++ b/pages/errors/default/400.html @@ -0,0 +1,66 @@ + + + + + + 400 Bad Request + + + +
+

400 Bad Request

+

Oops! Something went wrong with your request.

+
+ + + diff --git a/pages/errors/default/401.html b/pages/errors/default/401.html new file mode 100644 index 0000000..c2d5a6e --- /dev/null +++ b/pages/errors/default/401.html @@ -0,0 +1,67 @@ + + + + + + 401 Unauthorized + + + +
+

401 Unauthorized

+

Oops! Access is denied. You are not authorized to view this page.

+
+ + + diff --git a/pages/errors/default/402.html b/pages/errors/default/402.html new file mode 100644 index 0000000..0380900 --- /dev/null +++ b/pages/errors/default/402.html @@ -0,0 +1,67 @@ + + + + + + 402 Payment Required + + + +
+

402 Payment Required

+

Oops! You need to pay to access this resource.

+
+ + + diff --git a/pages/errors/default/403.html b/pages/errors/default/403.html new file mode 100644 index 0000000..a36a7de --- /dev/null +++ b/pages/errors/default/403.html @@ -0,0 +1,67 @@ + + + + + + 403 Forbidden + + + +
+

403 Forbidden

+

Oops! Access to this resource is forbidden.

+
+ + + diff --git a/pages/errors/default/404.html b/pages/errors/default/404.html new file mode 100644 index 0000000..8811d01 --- /dev/null +++ b/pages/errors/default/404.html @@ -0,0 +1,67 @@ + + + + + + 404 Not Found + + + +
+

404 Not Found

+

Oops! The page you are looking for could not be found.

+
+ + + diff --git a/pages/errors/default/405.html b/pages/errors/default/405.html new file mode 100644 index 0000000..9e7ac38 --- /dev/null +++ b/pages/errors/default/405.html @@ -0,0 +1,67 @@ + + + + + + 405 Method Not Allowed + + + +
+

405 Method Not Allowed

+

Oops! The method you used is not allowed for this resource.

+
+ + + diff --git a/pages/errors/default/406.html b/pages/errors/default/406.html new file mode 100644 index 0000000..e43302f --- /dev/null +++ b/pages/errors/default/406.html @@ -0,0 +1,69 @@ + + + + + + 406 Not Acceptable + + + +
+

406 Not Acceptable

+

+ Oops! The server cannot produce a response that the client will accept. +

+
+ + + diff --git a/pages/errors/default/407.html b/pages/errors/default/407.html new file mode 100644 index 0000000..2d24ca1 --- /dev/null +++ b/pages/errors/default/407.html @@ -0,0 +1,67 @@ + + + + + + 407 Proxy Authentication Required + + + +
+

407 Proxy Authentication Required

+

Oops! Proxy authentication is required to access this resource.

+
+ + + diff --git a/pages/errors/default/408.html b/pages/errors/default/408.html new file mode 100644 index 0000000..43798df --- /dev/null +++ b/pages/errors/default/408.html @@ -0,0 +1,67 @@ + + + + + + 408 Request Timeout + + + +
+

408 Request Timeout

+

Oops! The server timed out waiting for the request.

+
+ + + diff --git a/pages/errors/default/409.html b/pages/errors/default/409.html new file mode 100644 index 0000000..2b4fc84 --- /dev/null +++ b/pages/errors/default/409.html @@ -0,0 +1,67 @@ + + + + + + 409 Conflict + + + +
+

409 Conflict

+

Oops! There was a conflict with the current state of the resource.

+
+ + + diff --git a/pages/errors/default/410.html b/pages/errors/default/410.html new file mode 100644 index 0000000..4b84811 --- /dev/null +++ b/pages/errors/default/410.html @@ -0,0 +1,69 @@ + + + + + + 410 Gone + + + +
+

410 Gone

+

+ Oops! The requested resource is no longer available and won't be back. +

+
+ + + diff --git a/pages/errors/default/500.html b/pages/errors/default/500.html new file mode 100644 index 0000000..a54b5fc --- /dev/null +++ b/pages/errors/default/500.html @@ -0,0 +1,67 @@ + + + + + + 500 Internal Server Error + + + +
+

500 Internal Server Error

+

Oops! Something went wrong on the server.

+
+ + + diff --git a/pages/errors/default/501.html b/pages/errors/default/501.html new file mode 100644 index 0000000..5cbace3 --- /dev/null +++ b/pages/errors/default/501.html @@ -0,0 +1,70 @@ + + + + + + 501 Not Implemented + + + +
+

501 Not Implemented

+

+ Oops! The server does not support the functionality required to fulfill + the request. +

+
+ + + diff --git a/pages/errors/default/502.html b/pages/errors/default/502.html new file mode 100644 index 0000000..97114be --- /dev/null +++ b/pages/errors/default/502.html @@ -0,0 +1,69 @@ + + + + + + 502 Bad Gateway + + + +
+

502 Bad Gateway

+

+ Oops! The server received an invalid response from an inbound server. +

+
+ + + diff --git a/pages/errors/default/503.html b/pages/errors/default/503.html new file mode 100644 index 0000000..24e8409 --- /dev/null +++ b/pages/errors/default/503.html @@ -0,0 +1,64 @@ + + + + + + 503 Service Unavailable + + + +
+

503 Service Unavailable

+

Oops! The server is temporarily unable to handle the request.

+
+ + + diff --git a/pages/errors/default/504.html b/pages/errors/default/504.html new file mode 100644 index 0000000..04a6242 --- /dev/null +++ b/pages/errors/default/504.html @@ -0,0 +1,70 @@ + + + + + + 504 Gateway Timeout + + + +
+

504 Gateway Timeout

+

+ Oops! The server didn't receive a timely response from an upstream + server. +

+
+ + + diff --git a/pages/errors/default/505.html b/pages/errors/default/505.html new file mode 100644 index 0000000..bdc8f30 --- /dev/null +++ b/pages/errors/default/505.html @@ -0,0 +1,70 @@ + + + + + + 505 HTTP Version Not Supported + + + +
+

505 HTTP Version Not Supported

+

+ Oops! The server does not support the HTTP protocol version used in the + request. +

+
+ + + diff --git a/pages/errors/proxy/400.html b/pages/errors/proxy/400.html new file mode 100644 index 0000000..f40a6c6 --- /dev/null +++ b/pages/errors/proxy/400.html @@ -0,0 +1,67 @@ + + + + + + 400 Bad Request + + + +
+

400 Bad Request

+

Proxy Error

+

Oops! Something went wrong with your request.

+
+ + + diff --git a/pages/errors/proxy/401.html b/pages/errors/proxy/401.html new file mode 100644 index 0000000..e5296f8 --- /dev/null +++ b/pages/errors/proxy/401.html @@ -0,0 +1,68 @@ + + + + + + 401 Unauthorized + + + +
+

401 Unauthorized

+

Proxy Error

+

Oops! Access is denied. You are not authorized to view this page.

+
+ + + diff --git a/pages/errors/proxy/402.html b/pages/errors/proxy/402.html new file mode 100644 index 0000000..8386482 --- /dev/null +++ b/pages/errors/proxy/402.html @@ -0,0 +1,68 @@ + + + + + + 402 Payment Required + + + +
+

402 Payment Required

+

Proxy Error

+

Oops! You need to pay to access this resource.

+
+ + + diff --git a/pages/errors/proxy/403.html b/pages/errors/proxy/403.html new file mode 100644 index 0000000..699c543 --- /dev/null +++ b/pages/errors/proxy/403.html @@ -0,0 +1,68 @@ + + + + + + 403 Forbidden + + + +
+

403 Forbidden

+

Proxy Error

+

Oops! Access to this resource is forbidden.

+
+ + + diff --git a/pages/errors/proxy/404.html b/pages/errors/proxy/404.html new file mode 100644 index 0000000..754336f --- /dev/null +++ b/pages/errors/proxy/404.html @@ -0,0 +1,68 @@ + + + + + + 404 Not Found + + + +
+

404 Not Found

+

Proxy Error

+

Oops! The page you are looking for could not be found.

+
+ + + diff --git a/pages/errors/proxy/405.html b/pages/errors/proxy/405.html new file mode 100644 index 0000000..b9cba51 --- /dev/null +++ b/pages/errors/proxy/405.html @@ -0,0 +1,68 @@ + + + + + + 405 Method Not Allowed + + + +
+

405 Method Not Allowed

+

Proxy Error

+

Oops! The method you used is not allowed for this resource.

+
+ + + diff --git a/pages/errors/proxy/406.html b/pages/errors/proxy/406.html new file mode 100644 index 0000000..f9701d0 --- /dev/null +++ b/pages/errors/proxy/406.html @@ -0,0 +1,70 @@ + + + + + + 406 Not Acceptable + + + +
+

406 Not Acceptable

+

Proxy Error

+

+ Oops! The server cannot produce a response that the client will accept. +

+
+ + + diff --git a/pages/errors/proxy/407.html b/pages/errors/proxy/407.html new file mode 100644 index 0000000..474362d --- /dev/null +++ b/pages/errors/proxy/407.html @@ -0,0 +1,68 @@ + + + + + + 407 Proxy Authentication Required + + + +
+

407 Proxy Authentication Required

+

Proxy Error

+

Oops! Proxy authentication is required to access this resource.

+
+ + + diff --git a/pages/errors/proxy/408.html b/pages/errors/proxy/408.html new file mode 100644 index 0000000..a65235b --- /dev/null +++ b/pages/errors/proxy/408.html @@ -0,0 +1,68 @@ + + + + + + 408 Request Timeout + + + +
+

408 Request Timeout

+

Proxy Error

+

Oops! The server timed out waiting for the request.

+
+ + + diff --git a/pages/errors/proxy/409.html b/pages/errors/proxy/409.html new file mode 100644 index 0000000..84eda6b --- /dev/null +++ b/pages/errors/proxy/409.html @@ -0,0 +1,68 @@ + + + + + + 409 Conflict + + + +
+

409 Conflict

+

Proxy Error

+

Oops! There was a conflict with the current state of the resource.

+
+ + + diff --git a/pages/errors/proxy/410.html b/pages/errors/proxy/410.html new file mode 100644 index 0000000..05a66c7 --- /dev/null +++ b/pages/errors/proxy/410.html @@ -0,0 +1,70 @@ + + + + + + 410 Gone + + + +
+

410 Gone

+

Proxy Error

+

+ Oops! The requested resource is no longer available and won't be back. +

+
+ + + diff --git a/pages/errors/proxy/500.html b/pages/errors/proxy/500.html new file mode 100644 index 0000000..eafcdf2 --- /dev/null +++ b/pages/errors/proxy/500.html @@ -0,0 +1,68 @@ + + + + + + 500 Internal Server Error + + + +
+

500 Internal Server Error

+

Proxy Error

+

Oops! Something went wrong on the server.

+
+ + + diff --git a/pages/errors/proxy/501.html b/pages/errors/proxy/501.html new file mode 100644 index 0000000..7b5f699 --- /dev/null +++ b/pages/errors/proxy/501.html @@ -0,0 +1,71 @@ + + + + + + 501 Not Implemented + + + +
+

501 Not Implemented

+

Proxy Error

+

+ Oops! The server does not support the functionality required to fulfill + the request. +

+
+ + + diff --git a/pages/errors/proxy/502.html b/pages/errors/proxy/502.html new file mode 100644 index 0000000..8bc26e1 --- /dev/null +++ b/pages/errors/proxy/502.html @@ -0,0 +1,70 @@ + + + + + + 502 Bad Gateway + + + +
+

502 Bad Gateway

+

Proxy Error

+

+ Oops! The server received an invalid response from an inbound server. +

+
+ + + diff --git a/pages/errors/proxy/503.html b/pages/errors/proxy/503.html new file mode 100644 index 0000000..da4e3ca --- /dev/null +++ b/pages/errors/proxy/503.html @@ -0,0 +1,65 @@ + + + + + + 503 Service Unavailable + + + +
+

503 Service Unavailable

+

Proxy Error

+

Oops! The server is temporarily unable to handle the request.

+
+ + + diff --git a/pages/errors/proxy/504.html b/pages/errors/proxy/504.html new file mode 100644 index 0000000..2e924ce --- /dev/null +++ b/pages/errors/proxy/504.html @@ -0,0 +1,71 @@ + + + + + + 504 Gateway Timeout + + + +
+

504 Gateway Timeout

+

Proxy Error

+

+ Oops! The server didn't receive a timely response from an upstream + server. +

+
+ + + diff --git a/pages/errors/proxy/505.html b/pages/errors/proxy/505.html new file mode 100644 index 0000000..4c1aa40 --- /dev/null +++ b/pages/errors/proxy/505.html @@ -0,0 +1,71 @@ + + + + + + 505 HTTP Version Not Supported + + + +
+

505 HTTP Version Not Supported

+

Proxy Error

+

+ Oops! The server does not support the HTTP protocol version used in the + request. +

+
+ + +