first commit

This commit is contained in:
root
2025-06-11 22:32:39 +03:00
commit 5a993ebec8
42 changed files with 804 additions and 0 deletions

19
custom_error/400.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>400 - Bad Request</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>400 - Bad Request</h1>
<p>The server could not understand the request due to invalid syntax.</p>
</div>
</body>
</html>

19
custom_error/401.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>401 - Unauthorized</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>401 - Unauthorized</h1>
<p>The request requires user authentication.</p>
</div>
</body>
</html>

19
custom_error/402.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>402 - Payment Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>402 - Payment Required</h1>
<p>This code is reserved for future use.</p>
</div>
</body>
</html>

19
custom_error/403.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>403 - Forbidden</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>403 - Forbidden</h1>
<p>The client does not have access rights to the content.</p>
</div>
</body>
</html>

19
custom_error/404.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>404 - Page Not Found</h1>
<p>Sorry, the page you are looking for might be unavailable or has been removed.</p>
</div>
</body>
</html>

19
custom_error/405.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>405 - Method Not Allowed</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>405 - Method Not Allowed</h1>
<p>The request method is known by the server but is not supported by the target resource.</p>
</div>
</body>
</html>

19
custom_error/406.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>406 - Not Acceptable</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>406 - Not Acceptable</h1>
<p>The server cannot produce a response matching the list of acceptable values.</p>
</div>
</body>
</html>

19
custom_error/407.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>407 - Proxy Authentication Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>407 - Proxy Authentication Required</h1>
<p>Authentication with the proxy is required.</p>
</div>
</body>
</html>

19
custom_error/408.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>408 - Request Timeout</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>408 - Request Timeout</h1>
<p>The server timed out waiting for the request.</p>
</div>
</body>
</html>

19
custom_error/409.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>409 - Conflict</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>409 - Conflict</h1>
<p>The request could not be completed due to a conflict with the current state of the target resource.</p>
</div>
</body>
</html>

19
custom_error/410.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>410 - Gone</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>410 - Gone</h1>
<p>The resource requested is no longer available and will not be available again.</p>
</div>
</body>
</html>

19
custom_error/411.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>411 - Length Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>411 - Length Required</h1>
<p>The request did not specify the length of its content, which is required by the resource.</p>
</div>
</body>
</html>

19
custom_error/412.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>412 - Precondition Failed</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>412 - Precondition Failed</h1>
<p>One or more conditions given in the request header fields evaluated to false.</p>
</div>
</body>
</html>

19
custom_error/413.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>413 - Content Too Large</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>413 - Content Too Large</h1>
<p>The request is larger than the server is willing or able to process.</p>
</div>
</body>
</html>

19
custom_error/414.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>414 - URI Too Long</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>414 - URI Too Long</h1>
<p>The URI requested by the client is longer than the server is willing to interpret.</p>
</div>
</body>
</html>

19
custom_error/415.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>415 - Unsupported Media Type</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>415 - Unsupported Media Type</h1>
<p>The request entity has a media type which the server or resource does not support.</p>
</div>
</body>
</html>

19
custom_error/416.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>416 - Range Not Satisfiable</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>416 - Range Not Satisfiable</h1>
<p>The client has asked for a portion of the file, but the server cannot supply that portion.</p>
</div>
</body>
</html>

19
custom_error/417.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>417 - Expectation Failed</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>417 - Expectation Failed</h1>
<p>The server cannot meet the requirements of the Expect request-header field.</p>
</div>
</body>
</html>

19
custom_error/418.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>418 - I'm a teapot</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>418 - I'm a teapot</h1>
<p>This code was defined in 1998 as an April Fools' joke.</p>
</div>
</body>
</html>

19
custom_error/421.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>421 - Misdirected Request</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>421 - Misdirected Request</h1>
<p>The request was directed at a server that is not able to produce a response.</p>
</div>
</body>
</html>

19
custom_error/422.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>422 - Unprocessable Content</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>422 - Unprocessable Content</h1>
<p>The request was well-formed but was unable to be followed due to semantic errors.</p>
</div>
</body>
</html>

19
custom_error/423.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>423 - Locked</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>423 - Locked</h1>
<p>The resource that is being accessed is locked.</p>
</div>
</body>
</html>

19
custom_error/424.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>424 - Failed Dependency</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>424 - Failed Dependency</h1>
<p>The request failed due to failure of a previous request.</p>
</div>
</body>
</html>

19
custom_error/425.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>425 - Too Early</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>425 - Too Early</h1>
<p>Indicates that the server is unwilling to risk processing a request that might be replayed.</p>
</div>
</body>
</html>

19
custom_error/426.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>426 - Upgrade Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>426 - Upgrade Required</h1>
<p>The client should switch to a different protocol.</p>
</div>
</body>
</html>

19
custom_error/428.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>428 - Precondition Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>428 - Precondition Required</h1>
<p>The origin server requires the request to be conditional.</p>
</div>
</body>
</html>

19
custom_error/429.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>429 - Too Many Requests</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>429 - Too Many Requests</h1>
<p>The user has sent too many requests in a given amount of time.</p>
</div>
</body>
</html>

19
custom_error/431.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>431 - Request Header Fields Too Large</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>431 - Request Header Fields Too Large</h1>
<p>The server is unwilling to process the request because its header fields are too large.</p>
</div>
</body>
</html>

19
custom_error/451.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>451 - Unavailable For Legal Reasons</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>451 - Unavailable For Legal Reasons</h1>
<p>The server is denying access to the resource as a consequence of a legal demand.</p>
</div>
</body>
</html>

19
custom_error/500.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>500 - Internal Server Error</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>500 - Internal Server Error</h1>
<p>The server has encountered a situation it doesn't know how to handle.</p>
</div>
</body>
</html>

19
custom_error/501.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>501 - Not Implemented</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>501 - Not Implemented</h1>
<p>The request method is not supported by the server and cannot be handled.</p>
</div>
</body>
</html>

19
custom_error/502.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>502 - Bad Gateway</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>502 - Bad Gateway</h1>
<p>The server received an invalid response from the upstream server.</p>
</div>
</body>
</html>

19
custom_error/503.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>503 - Service Unavailable</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>503 - Service Unavailable</h1>
<p>The server is not ready to handle the request.</p>
</div>
</body>
</html>

19
custom_error/504.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>504 - Gateway Timeout</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>504 - Gateway Timeout</h1>
<p>The server did not receive a timely response from an upstream server.</p>
</div>
</body>
</html>

19
custom_error/505.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>505 - HTTP Version Not Supported</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>505 - HTTP Version Not Supported</h1>
<p>The HTTP version used in the request is not supported by the server.</p>
</div>
</body>
</html>

19
custom_error/506.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>506 - Variant Also Negotiates</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>506 - Variant Also Negotiates</h1>
<p>Transparent content negotiation for the request results in a circular reference.</p>
</div>
</body>
</html>

19
custom_error/507.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>507 - Insufficient Storage</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>507 - Insufficient Storage</h1>
<p>The server is unable to store the representation needed to complete the request.</p>
</div>
</body>
</html>

19
custom_error/508.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>508 - Loop Detected</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>508 - Loop Detected</h1>
<p>The server detected an infinite loop while processing a request.</p>
</div>
</body>
</html>

19
custom_error/510.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>510 - Not Extended</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>510 - Not Extended</h1>
<p>Further extensions to the request are required for the server to fulfill it.</p>
</div>
</body>
</html>

19
custom_error/511.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>511 - Network Authentication Required</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>511 - Network Authentication Required</h1>
<p>The client needs to authenticate to gain network access.</p>
</div>
</body>
</html>

24
custom_error/style.css Normal file
View File

@@ -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;
}

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Construction</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>Under Construction</h1>
<p>Our team currently working on this page. Please check back later!</p>
</div>
</body>
</html>