mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
566 lines
21 KiB
HTML
566 lines
21 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="follow,index">
|
|
<title>Error pages list</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
:root {
|
|
--color-primary: #fff;
|
|
--color-inverted: #202020;
|
|
--color-link: #395364;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--color-primary: #1a1a1a;
|
|
--color-inverted: #fff;
|
|
--color-link: #5cb0d3;
|
|
}
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: var(--color-primary);
|
|
color: var(--color-inverted);
|
|
font-family: sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
@media screen and (min-width: 2000px) {
|
|
html, body {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
body {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
|
|
a {
|
|
color: var(--color-link);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
main {
|
|
width: 1200px;
|
|
height: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
header {
|
|
padding: 3em 0;
|
|
}
|
|
|
|
header h1 {
|
|
font-size: 3em;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
|
|
article h2 {
|
|
font-size: 1.7em;
|
|
}
|
|
|
|
article h2 code {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
article ul {
|
|
list-style: none;
|
|
margin: 1em 0;
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
article ul li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
footer {
|
|
padding: 3em 0;
|
|
text-align: center;
|
|
font-size: 0.8em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Error pages index</h1>
|
|
</header>
|
|
|
|
<article>
|
|
|
|
<h2>Template name: <Code>app-down</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./app-down/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./app-down/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./app-down/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./app-down/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./app-down/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./app-down/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./app-down/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./app-down/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./app-down/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./app-down/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./app-down/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./app-down/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./app-down/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./app-down/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./app-down/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./app-down/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./app-down/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./app-down/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./app-down/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./app-down/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>cats</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./cats/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./cats/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./cats/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./cats/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./cats/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./cats/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./cats/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./cats/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./cats/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./cats/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./cats/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./cats/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./cats/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./cats/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./cats/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./cats/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./cats/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./cats/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./cats/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./cats/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>connection</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./connection/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./connection/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./connection/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./connection/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./connection/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./connection/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./connection/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./connection/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./connection/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./connection/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./connection/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./connection/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./connection/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./connection/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./connection/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./connection/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./connection/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./connection/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./connection/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./connection/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>ghost</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./ghost/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./ghost/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./ghost/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./ghost/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./ghost/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./ghost/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./ghost/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./ghost/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./ghost/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./ghost/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./ghost/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./ghost/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./ghost/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./ghost/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./ghost/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./ghost/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./ghost/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./ghost/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./ghost/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./ghost/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>hacker-terminal</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./hacker-terminal/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./hacker-terminal/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./hacker-terminal/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./hacker-terminal/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./hacker-terminal/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./hacker-terminal/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./hacker-terminal/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./hacker-terminal/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./hacker-terminal/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./hacker-terminal/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./hacker-terminal/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./hacker-terminal/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./hacker-terminal/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./hacker-terminal/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./hacker-terminal/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./hacker-terminal/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./hacker-terminal/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./hacker-terminal/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./hacker-terminal/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./hacker-terminal/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>l7</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./l7/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./l7/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./l7/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./l7/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./l7/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./l7/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./l7/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./l7/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./l7/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./l7/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./l7/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./l7/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./l7/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./l7/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./l7/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./l7/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./l7/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./l7/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./l7/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./l7/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>lost-in-space</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./lost-in-space/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./lost-in-space/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./lost-in-space/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./lost-in-space/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./lost-in-space/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./lost-in-space/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./lost-in-space/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./lost-in-space/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./lost-in-space/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./lost-in-space/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./lost-in-space/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./lost-in-space/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./lost-in-space/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./lost-in-space/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./lost-in-space/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./lost-in-space/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./lost-in-space/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./lost-in-space/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./lost-in-space/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./lost-in-space/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>noise</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./noise/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./noise/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./noise/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./noise/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./noise/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./noise/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./noise/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./noise/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./noise/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./noise/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./noise/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./noise/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./noise/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./noise/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./noise/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./noise/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./noise/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./noise/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./noise/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./noise/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>orient</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./orient/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./orient/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./orient/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./orient/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./orient/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./orient/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./orient/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./orient/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./orient/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./orient/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./orient/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./orient/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./orient/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./orient/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./orient/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./orient/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./orient/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./orient/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./orient/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./orient/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Template name: <Code>shuffle</Code></h2>
|
|
<ul class="mb-5">
|
|
|
|
<li><a href="./shuffle/400.html"><strong>400</strong>: Bad Request</a></li>
|
|
|
|
<li><a href="./shuffle/401.html"><strong>401</strong>: Unauthorized</a></li>
|
|
|
|
<li><a href="./shuffle/403.html"><strong>403</strong>: Forbidden</a></li>
|
|
|
|
<li><a href="./shuffle/404.html"><strong>404</strong>: Not Found</a></li>
|
|
|
|
<li><a href="./shuffle/405.html"><strong>405</strong>: Method Not Allowed</a></li>
|
|
|
|
<li><a href="./shuffle/407.html"><strong>407</strong>: Proxy Authentication Required</a></li>
|
|
|
|
<li><a href="./shuffle/408.html"><strong>408</strong>: Request Timeout</a></li>
|
|
|
|
<li><a href="./shuffle/409.html"><strong>409</strong>: Conflict</a></li>
|
|
|
|
<li><a href="./shuffle/410.html"><strong>410</strong>: Gone</a></li>
|
|
|
|
<li><a href="./shuffle/411.html"><strong>411</strong>: Length Required</a></li>
|
|
|
|
<li><a href="./shuffle/412.html"><strong>412</strong>: Precondition Failed</a></li>
|
|
|
|
<li><a href="./shuffle/413.html"><strong>413</strong>: Payload Too Large</a></li>
|
|
|
|
<li><a href="./shuffle/416.html"><strong>416</strong>: Requested Range Not Satisfiable</a></li>
|
|
|
|
<li><a href="./shuffle/418.html"><strong>418</strong>: I'm a teapot</a></li>
|
|
|
|
<li><a href="./shuffle/429.html"><strong>429</strong>: Too Many Requests</a></li>
|
|
|
|
<li><a href="./shuffle/500.html"><strong>500</strong>: Internal Server Error</a></li>
|
|
|
|
<li><a href="./shuffle/502.html"><strong>502</strong>: Bad Gateway</a></li>
|
|
|
|
<li><a href="./shuffle/503.html"><strong>503</strong>: Service Unavailable</a></li>
|
|
|
|
<li><a href="./shuffle/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
|
|
|
<li><a href="./shuffle/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
|
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<footer>
|
|
For online documentation and support please refer to the
|
|
<a href="https://gh.tarampamp.am/error-pages">project repository</a>.
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|