commit 5a993ebec831fda8cf10824d39068577b2bc8ad1 Author: root Date: Wed Jun 11 22:32:39 2025 +0300 first commit diff --git a/custom_error/400.html b/custom_error/400.html new file mode 100644 index 0000000..a03ffd0 --- /dev/null +++ b/custom_error/400.html @@ -0,0 +1,19 @@ + + + + + + + + 400 - Bad Request + + + + +
+

400 - Bad Request

+

The server could not understand the request due to invalid syntax.

+
+ + + diff --git a/custom_error/401.html b/custom_error/401.html new file mode 100644 index 0000000..89e7afc --- /dev/null +++ b/custom_error/401.html @@ -0,0 +1,19 @@ + + + + + + + + 401 - Unauthorized + + + + +
+

401 - Unauthorized

+

The request requires user authentication.

+
+ + + diff --git a/custom_error/402.html b/custom_error/402.html new file mode 100644 index 0000000..cc087d6 --- /dev/null +++ b/custom_error/402.html @@ -0,0 +1,19 @@ + + + + + + + + 402 - Payment Required + + + + +
+

402 - Payment Required

+

This code is reserved for future use.

+
+ + + diff --git a/custom_error/403.html b/custom_error/403.html new file mode 100644 index 0000000..bfb6613 --- /dev/null +++ b/custom_error/403.html @@ -0,0 +1,19 @@ + + + + + + + + 403 - Forbidden + + + + +
+

403 - Forbidden

+

The client does not have access rights to the content.

+
+ + + diff --git a/custom_error/404.html b/custom_error/404.html new file mode 100644 index 0000000..b53926d --- /dev/null +++ b/custom_error/404.html @@ -0,0 +1,19 @@ + + + + + + + + 404 - Page Not Found + + + + +
+

404 - Page Not Found

+

Sorry, the page you are looking for might be unavailable or has been removed.

+
+ + + diff --git a/custom_error/405.html b/custom_error/405.html new file mode 100644 index 0000000..c4aca3c --- /dev/null +++ b/custom_error/405.html @@ -0,0 +1,19 @@ + + + + + + + + 405 - Method Not Allowed + + + + +
+

405 - Method Not Allowed

+

The request method is known by the server but is not supported by the target resource.

+
+ + + diff --git a/custom_error/406.html b/custom_error/406.html new file mode 100644 index 0000000..95fdcfe --- /dev/null +++ b/custom_error/406.html @@ -0,0 +1,19 @@ + + + + + + + + 406 - Not Acceptable + + + + +
+

406 - Not Acceptable

+

The server cannot produce a response matching the list of acceptable values.

+
+ + + diff --git a/custom_error/407.html b/custom_error/407.html new file mode 100644 index 0000000..b426108 --- /dev/null +++ b/custom_error/407.html @@ -0,0 +1,19 @@ + + + + + + + + 407 - Proxy Authentication Required + + + + +
+

407 - Proxy Authentication Required

+

Authentication with the proxy is required.

+
+ + + diff --git a/custom_error/408.html b/custom_error/408.html new file mode 100644 index 0000000..b377796 --- /dev/null +++ b/custom_error/408.html @@ -0,0 +1,19 @@ + + + + + + + + 408 - Request Timeout + + + + +
+

408 - Request Timeout

+

The server timed out waiting for the request.

+
+ + + diff --git a/custom_error/409.html b/custom_error/409.html new file mode 100644 index 0000000..29015dc --- /dev/null +++ b/custom_error/409.html @@ -0,0 +1,19 @@ + + + + + + + + 409 - Conflict + + + + +
+

409 - Conflict

+

The request could not be completed due to a conflict with the current state of the target resource.

+
+ + + diff --git a/custom_error/410.html b/custom_error/410.html new file mode 100644 index 0000000..b22dde3 --- /dev/null +++ b/custom_error/410.html @@ -0,0 +1,19 @@ + + + + + + + + 410 - Gone + + + + +
+

410 - Gone

+

The resource requested is no longer available and will not be available again.

+
+ + + diff --git a/custom_error/411.html b/custom_error/411.html new file mode 100644 index 0000000..9968510 --- /dev/null +++ b/custom_error/411.html @@ -0,0 +1,19 @@ + + + + + + + + 411 - Length Required + + + + +
+

411 - Length Required

+

The request did not specify the length of its content, which is required by the resource.

+
+ + + diff --git a/custom_error/412.html b/custom_error/412.html new file mode 100644 index 0000000..1848cac --- /dev/null +++ b/custom_error/412.html @@ -0,0 +1,19 @@ + + + + + + + + 412 - Precondition Failed + + + + +
+

412 - Precondition Failed

+

One or more conditions given in the request header fields evaluated to false.

+
+ + + diff --git a/custom_error/413.html b/custom_error/413.html new file mode 100644 index 0000000..bf43b2c --- /dev/null +++ b/custom_error/413.html @@ -0,0 +1,19 @@ + + + + + + + + 413 - Content Too Large + + + + +
+

413 - Content Too Large

+

The request is larger than the server is willing or able to process.

+
+ + + diff --git a/custom_error/414.html b/custom_error/414.html new file mode 100644 index 0000000..85338e7 --- /dev/null +++ b/custom_error/414.html @@ -0,0 +1,19 @@ + + + + + + + + 414 - URI Too Long + + + + +
+

414 - URI Too Long

+

The URI requested by the client is longer than the server is willing to interpret.

+
+ + + diff --git a/custom_error/415.html b/custom_error/415.html new file mode 100644 index 0000000..8548599 --- /dev/null +++ b/custom_error/415.html @@ -0,0 +1,19 @@ + + + + + + + + 415 - Unsupported Media Type + + + + +
+

415 - Unsupported Media Type

+

The request entity has a media type which the server or resource does not support.

+
+ + + diff --git a/custom_error/416.html b/custom_error/416.html new file mode 100644 index 0000000..e57b128 --- /dev/null +++ b/custom_error/416.html @@ -0,0 +1,19 @@ + + + + + + + + 416 - Range Not Satisfiable + + + + +
+

416 - Range Not Satisfiable

+

The client has asked for a portion of the file, but the server cannot supply that portion.

+
+ + + diff --git a/custom_error/417.html b/custom_error/417.html new file mode 100644 index 0000000..404e1f5 --- /dev/null +++ b/custom_error/417.html @@ -0,0 +1,19 @@ + + + + + + + + 417 - Expectation Failed + + + + +
+

417 - Expectation Failed

+

The server cannot meet the requirements of the Expect request-header field.

+
+ + + diff --git a/custom_error/418.html b/custom_error/418.html new file mode 100644 index 0000000..e5f0f1a --- /dev/null +++ b/custom_error/418.html @@ -0,0 +1,19 @@ + + + + + + + + 418 - I'm a teapot + + + + +
+

418 - I'm a teapot

+

This code was defined in 1998 as an April Fools' joke.

+
+ + + diff --git a/custom_error/421.html b/custom_error/421.html new file mode 100644 index 0000000..6e2b031 --- /dev/null +++ b/custom_error/421.html @@ -0,0 +1,19 @@ + + + + + + + + 421 - Misdirected Request + + + + +
+

421 - Misdirected Request

+

The request was directed at a server that is not able to produce a response.

+
+ + + diff --git a/custom_error/422.html b/custom_error/422.html new file mode 100644 index 0000000..1071905 --- /dev/null +++ b/custom_error/422.html @@ -0,0 +1,19 @@ + + + + + + + + 422 - Unprocessable Content + + + + +
+

422 - Unprocessable Content

+

The request was well-formed but was unable to be followed due to semantic errors.

+
+ + + diff --git a/custom_error/423.html b/custom_error/423.html new file mode 100644 index 0000000..0e48de2 --- /dev/null +++ b/custom_error/423.html @@ -0,0 +1,19 @@ + + + + + + + + 423 - Locked + + + + +
+

423 - Locked

+

The resource that is being accessed is locked.

+
+ + + diff --git a/custom_error/424.html b/custom_error/424.html new file mode 100644 index 0000000..13a3939 --- /dev/null +++ b/custom_error/424.html @@ -0,0 +1,19 @@ + + + + + + + + 424 - Failed Dependency + + + + +
+

424 - Failed Dependency

+

The request failed due to failure of a previous request.

+
+ + + diff --git a/custom_error/425.html b/custom_error/425.html new file mode 100644 index 0000000..ad68eec --- /dev/null +++ b/custom_error/425.html @@ -0,0 +1,19 @@ + + + + + + + + 425 - Too Early + + + + +
+

425 - Too Early

+

Indicates that the server is unwilling to risk processing a request that might be replayed.

+
+ + + diff --git a/custom_error/426.html b/custom_error/426.html new file mode 100644 index 0000000..4c485c7 --- /dev/null +++ b/custom_error/426.html @@ -0,0 +1,19 @@ + + + + + + + + 426 - Upgrade Required + + + + +
+

426 - Upgrade Required

+

The client should switch to a different protocol.

+
+ + + diff --git a/custom_error/428.html b/custom_error/428.html new file mode 100644 index 0000000..bf1e874 --- /dev/null +++ b/custom_error/428.html @@ -0,0 +1,19 @@ + + + + + + + + 428 - Precondition Required + + + + +
+

428 - Precondition Required

+

The origin server requires the request to be conditional.

+
+ + + diff --git a/custom_error/429.html b/custom_error/429.html new file mode 100644 index 0000000..ee93097 --- /dev/null +++ b/custom_error/429.html @@ -0,0 +1,19 @@ + + + + + + + + 429 - Too Many Requests + + + + +
+

429 - Too Many Requests

+

The user has sent too many requests in a given amount of time.

+
+ + + diff --git a/custom_error/431.html b/custom_error/431.html new file mode 100644 index 0000000..1ec72c9 --- /dev/null +++ b/custom_error/431.html @@ -0,0 +1,19 @@ + + + + + + + + 431 - Request Header Fields Too Large + + + + +
+

431 - Request Header Fields Too Large

+

The server is unwilling to process the request because its header fields are too large.

+
+ + + diff --git a/custom_error/451.html b/custom_error/451.html new file mode 100644 index 0000000..8ec39b8 --- /dev/null +++ b/custom_error/451.html @@ -0,0 +1,19 @@ + + + + + + + + 451 - Unavailable For Legal Reasons + + + + +
+

451 - Unavailable For Legal Reasons

+

The server is denying access to the resource as a consequence of a legal demand.

+
+ + + diff --git a/custom_error/500.html b/custom_error/500.html new file mode 100644 index 0000000..5a69d59 --- /dev/null +++ b/custom_error/500.html @@ -0,0 +1,19 @@ + + + + + + + + 500 - Internal Server Error + + + + +
+

500 - Internal Server Error

+

The server has encountered a situation it doesn't know how to handle.

+
+ + + diff --git a/custom_error/501.html b/custom_error/501.html new file mode 100644 index 0000000..b08863e --- /dev/null +++ b/custom_error/501.html @@ -0,0 +1,19 @@ + + + + + + + + 501 - Not Implemented + + + + +
+

501 - Not Implemented

+

The request method is not supported by the server and cannot be handled.

+
+ + + diff --git a/custom_error/502.html b/custom_error/502.html new file mode 100644 index 0000000..40ea352 --- /dev/null +++ b/custom_error/502.html @@ -0,0 +1,19 @@ + + + + + + + + 502 - Bad Gateway + + + + +
+

502 - Bad Gateway

+

The server received an invalid response from the upstream server.

+
+ + + diff --git a/custom_error/503.html b/custom_error/503.html new file mode 100644 index 0000000..ff0f7da --- /dev/null +++ b/custom_error/503.html @@ -0,0 +1,19 @@ + + + + + + + + 503 - Service Unavailable + + + + +
+

503 - Service Unavailable

+

The server is not ready to handle the request.

+
+ + + diff --git a/custom_error/504.html b/custom_error/504.html new file mode 100644 index 0000000..461145b --- /dev/null +++ b/custom_error/504.html @@ -0,0 +1,19 @@ + + + + + + + + 504 - Gateway Timeout + + + + +
+

504 - Gateway Timeout

+

The server did not receive a timely response from an upstream server.

+
+ + + diff --git a/custom_error/505.html b/custom_error/505.html new file mode 100644 index 0000000..ce44948 --- /dev/null +++ b/custom_error/505.html @@ -0,0 +1,19 @@ + + + + + + + + 505 - HTTP Version Not Supported + + + + +
+

505 - HTTP Version Not Supported

+

The HTTP version used in the request is not supported by the server.

+
+ + + diff --git a/custom_error/506.html b/custom_error/506.html new file mode 100644 index 0000000..2acafae --- /dev/null +++ b/custom_error/506.html @@ -0,0 +1,19 @@ + + + + + + + + 506 - Variant Also Negotiates + + + + +
+

506 - Variant Also Negotiates

+

Transparent content negotiation for the request results in a circular reference.

+
+ + + diff --git a/custom_error/507.html b/custom_error/507.html new file mode 100644 index 0000000..ff4d408 --- /dev/null +++ b/custom_error/507.html @@ -0,0 +1,19 @@ + + + + + + + + 507 - Insufficient Storage + + + + +
+

507 - Insufficient Storage

+

The server is unable to store the representation needed to complete the request.

+
+ + + diff --git a/custom_error/508.html b/custom_error/508.html new file mode 100644 index 0000000..fe3ffec --- /dev/null +++ b/custom_error/508.html @@ -0,0 +1,19 @@ + + + + + + + + 508 - Loop Detected + + + + +
+

508 - Loop Detected

+

The server detected an infinite loop while processing a request.

+
+ + + diff --git a/custom_error/510.html b/custom_error/510.html new file mode 100644 index 0000000..60ba329 --- /dev/null +++ b/custom_error/510.html @@ -0,0 +1,19 @@ + + + + + + + + 510 - Not Extended + + + + +
+

510 - Not Extended

+

Further extensions to the request are required for the server to fulfill it.

+
+ + + diff --git a/custom_error/511.html b/custom_error/511.html new file mode 100644 index 0000000..58a710a --- /dev/null +++ b/custom_error/511.html @@ -0,0 +1,19 @@ + + + + + + + + 511 - Network Authentication Required + + + + +
+

511 - Network Authentication Required

+

The client needs to authenticate to gain network access.

+
+ + + diff --git a/custom_error/style.css b/custom_error/style.css new file mode 100644 index 0000000..2da4be7 --- /dev/null +++ b/custom_error/style.css @@ -0,0 +1,24 @@ +body { + font-family: Arial, sans-serif; + background-color: #f4f4f4; + text-align: center; + padding: 50px; +} + +.container { + max-width: 600px; + margin: 0 auto; + background-color: #ffffff; + padding: 20px; + border-radius: 5px; + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); +} + +h1 { + color: #e74c3c; +} + +p { + color: #7f8c8d; +} + diff --git a/index.html b/index.html new file mode 100644 index 0000000..1c582ac --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + Under Construction + + + + +
+

Under Construction

+

Our team currently working on this page. Please check back later!

+
+ + + +