mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
deploy: be0a3c4820
This commit is contained in:
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Bad Request</title>
|
<title>Bad Request</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/400.jpg" alt="Bad Request">
|
<img src="https://http.cat/400.jpg" alt="Bad Request">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 400: Bad Request
|
Error 400: Bad Request
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Unauthorized</title>
|
<title>Unauthorized</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/401.jpg" alt="Unauthorized">
|
<img src="https://http.cat/401.jpg" alt="Unauthorized">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 401: Unauthorized
|
Error 401: Unauthorized
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Forbidden</title>
|
<title>Forbidden</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/403.jpg" alt="Forbidden">
|
<img src="https://http.cat/403.jpg" alt="Forbidden">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 403: Forbidden
|
Error 403: Forbidden
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Not Found</title>
|
<title>Not Found</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/404.jpg" alt="Not Found">
|
<img src="https://http.cat/404.jpg" alt="Not Found">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 404: Not Found
|
Error 404: Not Found
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Method Not Allowed</title>
|
<title>Method Not Allowed</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/405.jpg" alt="Method Not Allowed">
|
<img src="https://http.cat/405.jpg" alt="Method Not Allowed">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 405: Method Not Allowed
|
Error 405: Method Not Allowed
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Proxy Authentication Required</title>
|
<title>Proxy Authentication Required</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/407.jpg" alt="Proxy Authentication Required">
|
<img src="https://http.cat/407.jpg" alt="Proxy Authentication Required">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 407: Proxy Authentication Required
|
Error 407: Proxy Authentication Required
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Request Timeout</title>
|
<title>Request Timeout</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/408.jpg" alt="Request Timeout">
|
<img src="https://http.cat/408.jpg" alt="Request Timeout">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 408: Request Timeout
|
Error 408: Request Timeout
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Conflict</title>
|
<title>Conflict</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/409.jpg" alt="Conflict">
|
<img src="https://http.cat/409.jpg" alt="Conflict">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 409: Conflict
|
Error 409: Conflict
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Gone</title>
|
<title>Gone</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/410.jpg" alt="Gone">
|
<img src="https://http.cat/410.jpg" alt="Gone">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 410: Gone
|
Error 410: Gone
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Length Required</title>
|
<title>Length Required</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/411.jpg" alt="Length Required">
|
<img src="https://http.cat/411.jpg" alt="Length Required">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 411: Length Required
|
Error 411: Length Required
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Precondition Failed</title>
|
<title>Precondition Failed</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/412.jpg" alt="Precondition Failed">
|
<img src="https://http.cat/412.jpg" alt="Precondition Failed">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 412: Precondition Failed
|
Error 412: Precondition Failed
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Payload Too Large</title>
|
<title>Payload Too Large</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/413.jpg" alt="Payload Too Large">
|
<img src="https://http.cat/413.jpg" alt="Payload Too Large">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 413: Payload Too Large
|
Error 413: Payload Too Large
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Requested Range Not Satisfiable</title>
|
<title>Requested Range Not Satisfiable</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/416.jpg" alt="Requested Range Not Satisfiable">
|
<img src="https://http.cat/416.jpg" alt="Requested Range Not Satisfiable">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 416: Requested Range Not Satisfiable
|
Error 416: Requested Range Not Satisfiable
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>I'm a teapot</title>
|
<title>I'm a teapot</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/418.jpg" alt="I'm a teapot">
|
<img src="https://http.cat/418.jpg" alt="I'm a teapot">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 418: I'm a teapot
|
Error 418: I'm a teapot
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Too Many Requests</title>
|
<title>Too Many Requests</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/429.jpg" alt="Too Many Requests">
|
<img src="https://http.cat/429.jpg" alt="Too Many Requests">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 429: Too Many Requests
|
Error 429: Too Many Requests
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Internal Server Error</title>
|
<title>Internal Server Error</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/500.jpg" alt="Internal Server Error">
|
<img src="https://http.cat/500.jpg" alt="Internal Server Error">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 500: Internal Server Error
|
Error 500: Internal Server Error
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Bad Gateway</title>
|
<title>Bad Gateway</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/502.jpg" alt="Bad Gateway">
|
<img src="https://http.cat/502.jpg" alt="Bad Gateway">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 502: Bad Gateway
|
Error 502: Bad Gateway
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Service Unavailable</title>
|
<title>Service Unavailable</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/503.jpg" alt="Service Unavailable">
|
<img src="https://http.cat/503.jpg" alt="Service Unavailable">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 503: Service Unavailable
|
Error 503: Service Unavailable
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>Gateway Timeout</title>
|
<title>Gateway Timeout</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/504.jpg" alt="Gateway Timeout">
|
<img src="https://http.cat/504.jpg" alt="Gateway Timeout">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 504: Gateway Timeout
|
Error 504: Gateway Timeout
|
||||||
|
@ -7,14 +7,16 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>HTTP Version Not Supported</title>
|
<title>HTTP Version Not Supported</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
overflow: hidden;
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
@ -28,13 +30,18 @@
|
|||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
<!-- Pictures provider: <https://http.cat/> -->
|
<!-- Pictures provider: <https://http.cat/> -->
|
||||||
|
<div>
|
||||||
<img src="https://http.cat/505.jpg" alt="HTTP Version Not Supported">
|
<img src="https://http.cat/505.jpg" alt="HTTP Version Not Supported">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
Error 505: HTTP Version Not Supported
|
Error 505: HTTP Version Not Supported
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 400</h3>
|
<h3>Error 400</h3>
|
||||||
<p class="description">The server did not understand the request</p>
|
<p class="description">The server did not understand the request</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 401</h3>
|
<h3>Error 401</h3>
|
||||||
<p class="description">The requested page needs a username and a password</p>
|
<p class="description">The requested page needs a username and a password</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 403</h3>
|
<h3>Error 403</h3>
|
||||||
<p class="description">Access is forbidden to the requested page</p>
|
<p class="description">Access is forbidden to the requested page</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 404</h3>
|
<h3>Error 404</h3>
|
||||||
<p class="description">The server can not find the requested page</p>
|
<p class="description">The server can not find the requested page</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 405</h3>
|
<h3>Error 405</h3>
|
||||||
<p class="description">The method specified in the request is not allowed</p>
|
<p class="description">The method specified in the request is not allowed</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 407</h3>
|
<h3>Error 407</h3>
|
||||||
<p class="description">You must authenticate with a proxy server before this request can be served</p>
|
<p class="description">You must authenticate with a proxy server before this request can be served</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 408</h3>
|
<h3>Error 408</h3>
|
||||||
<p class="description">The request took longer than the server was prepared to wait</p>
|
<p class="description">The request took longer than the server was prepared to wait</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 409</h3>
|
<h3>Error 409</h3>
|
||||||
<p class="description">The request could not be completed because of a conflict</p>
|
<p class="description">The request could not be completed because of a conflict</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 410</h3>
|
<h3>Error 410</h3>
|
||||||
<p class="description">The requested page is no longer available</p>
|
<p class="description">The requested page is no longer available</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 411</h3>
|
<h3>Error 411</h3>
|
||||||
<p class="description">The "Content-Length" is not defined. The server will not accept the request without it</p>
|
<p class="description">The "Content-Length" is not defined. The server will not accept the request without it</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 412</h3>
|
<h3>Error 412</h3>
|
||||||
<p class="description">The pre condition given in the request evaluated to false by the server</p>
|
<p class="description">The pre condition given in the request evaluated to false by the server</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 413</h3>
|
<h3>Error 413</h3>
|
||||||
<p class="description">The server will not accept the request, because the request entity is too large</p>
|
<p class="description">The server will not accept the request, because the request entity is too large</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 416</h3>
|
<h3>Error 416</h3>
|
||||||
<p class="description">The requested byte range is not available and is out of bounds</p>
|
<p class="description">The requested byte range is not available and is out of bounds</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 418</h3>
|
<h3>Error 418</h3>
|
||||||
<p class="description">Attempt to brew coffee with a teapot is not supported</p>
|
<p class="description">Attempt to brew coffee with a teapot is not supported</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 429</h3>
|
<h3>Error 429</h3>
|
||||||
<p class="description">Too many requests in a given amount of time</p>
|
<p class="description">Too many requests in a given amount of time</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 500</h3>
|
<h3>Error 500</h3>
|
||||||
<p class="description">The server met an unexpected condition</p>
|
<p class="description">The server met an unexpected condition</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 502</h3>
|
<h3>Error 502</h3>
|
||||||
<p class="description">The server received an invalid response from the upstream server</p>
|
<p class="description">The server received an invalid response from the upstream server</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 503</h3>
|
<h3>Error 503</h3>
|
||||||
<p class="description">The server is temporarily overloading or down</p>
|
<p class="description">The server is temporarily overloading or down</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 504</h3>
|
<h3>Error 504</h3>
|
||||||
<p class="description">The gateway has timed out</p>
|
<p class="description">The gateway has timed out</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -11,19 +11,22 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif}
|
html,body {background-color:#1a1a1a;color:#fff;font-family:'Open Sans',sans-serif;height:100vh;margin:0;font-size:0}
|
||||||
.wrap {top:50%;left:50%;width:310px;height:260px;margin-left:-155px;margin-top:-110px;position:absolute;text-align:center}
|
.container {height:100vh;align-items:center;display:flex;justify-content:center;position:relative}
|
||||||
|
.wrap {text-align:center}
|
||||||
.ghost {animation:float 3s ease-out infinite}
|
.ghost {animation:float 3s ease-out infinite}
|
||||||
@keyframes float { 50% {transform:translate(0,20px)}}
|
@keyframes float { 50% {transform:translate(0,20px)}}
|
||||||
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
.shadowFrame {width:130px;margin: 10px auto 0 auto}
|
||||||
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
.shadow {animation:shrink 3s ease-out infinite;transform-origin:center center}
|
||||||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||||
h3 {font-size:1.05em;text-transform: uppercase;margin:0.3em auto}
|
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||||
.description {font-size:0.8em;color:#aaa}
|
.description {font-size:13px;color:#aaa}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="container">
|
||||||
|
<div class="wrap">
|
||||||
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
<svg class="ghost" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="127.433px" height="132.743px" viewBox="0 0 127.433 132.743" enable-background="new 0 0 127.433 132.743" xml:space="preserve">
|
||||||
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
<path fill="#FFF6F4" d="M116.223,125.064c1.032-1.183,1.323-2.73,1.391-3.747V54.76c0,0-4.625-34.875-36.125-44.375 s-66,6.625-72.125,44l-0.781,63.219c0.062,4.197,1.105,6.177,1.808,7.006c1.94,1.811,5.408,3.465,10.099-0.6 c7.5-6.5,8.375-10,12.75-6.875s5.875,9.75,13.625,9.25s12.75-9,13.75-9.625s4.375-1.875,7,1.25s5.375,8.25,12.875,7.875 s12.625-8.375,12.625-8.375s2.25-3.875,7.25,0.375s7.625,9.75,14.375,8.125C114.739,126.01,115.412,125.902,116.223,125.064z"></path>
|
||||||
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
<circle fill="#1a1a1a" cx="86.238" cy="57.885" r="6.667"></circle>
|
||||||
@ -43,6 +46,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<h3>Error 505</h3>
|
<h3>Error 505</h3>
|
||||||
<p class="description">The server does not support the "http protocol" version</p>
|
<p class="description">The server does not support the "http protocol" version</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">400</span></h1>
|
<h1>Error <span class="error_code">400</span></h1>
|
||||||
<p class="output">The server did not understand the request.</p>
|
<p class="output">The server did not understand the request.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">401</span></h1>
|
<h1>Error <span class="error_code">401</span></h1>
|
||||||
<p class="output">The requested page needs a username and a password.</p>
|
<p class="output">The requested page needs a username and a password.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">403</span></h1>
|
<h1>Error <span class="error_code">403</span></h1>
|
||||||
<p class="output">Access is forbidden to the requested page.</p>
|
<p class="output">Access is forbidden to the requested page.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">404</span></h1>
|
<h1>Error <span class="error_code">404</span></h1>
|
||||||
<p class="output">The server can not find the requested page.</p>
|
<p class="output">The server can not find the requested page.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">405</span></h1>
|
<h1>Error <span class="error_code">405</span></h1>
|
||||||
<p class="output">The method specified in the request is not allowed.</p>
|
<p class="output">The method specified in the request is not allowed.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">407</span></h1>
|
<h1>Error <span class="error_code">407</span></h1>
|
||||||
<p class="output">You must authenticate with a proxy server before this request can be served.</p>
|
<p class="output">You must authenticate with a proxy server before this request can be served.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">408</span></h1>
|
<h1>Error <span class="error_code">408</span></h1>
|
||||||
<p class="output">The request took longer than the server was prepared to wait.</p>
|
<p class="output">The request took longer than the server was prepared to wait.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">409</span></h1>
|
<h1>Error <span class="error_code">409</span></h1>
|
||||||
<p class="output">The request could not be completed because of a conflict.</p>
|
<p class="output">The request could not be completed because of a conflict.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">410</span></h1>
|
<h1>Error <span class="error_code">410</span></h1>
|
||||||
<p class="output">The requested page is no longer available.</p>
|
<p class="output">The requested page is no longer available.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">411</span></h1>
|
<h1>Error <span class="error_code">411</span></h1>
|
||||||
<p class="output">The "Content-Length" is not defined. The server will not accept the request without it.</p>
|
<p class="output">The "Content-Length" is not defined. The server will not accept the request without it.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">412</span></h1>
|
<h1>Error <span class="error_code">412</span></h1>
|
||||||
<p class="output">The pre condition given in the request evaluated to false by the server.</p>
|
<p class="output">The pre condition given in the request evaluated to false by the server.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">413</span></h1>
|
<h1>Error <span class="error_code">413</span></h1>
|
||||||
<p class="output">The server will not accept the request, because the request entity is too large.</p>
|
<p class="output">The server will not accept the request, because the request entity is too large.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">416</span></h1>
|
<h1>Error <span class="error_code">416</span></h1>
|
||||||
<p class="output">The requested byte range is not available and is out of bounds.</p>
|
<p class="output">The requested byte range is not available and is out of bounds.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">418</span></h1>
|
<h1>Error <span class="error_code">418</span></h1>
|
||||||
<p class="output">Attempt to brew coffee with a teapot is not supported.</p>
|
<p class="output">Attempt to brew coffee with a teapot is not supported.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">429</span></h1>
|
<h1>Error <span class="error_code">429</span></h1>
|
||||||
<p class="output">Too many requests in a given amount of time.</p>
|
<p class="output">Too many requests in a given amount of time.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">500</span></h1>
|
<h1>Error <span class="error_code">500</span></h1>
|
||||||
<p class="output">The server met an unexpected condition.</p>
|
<p class="output">The server met an unexpected condition.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">502</span></h1>
|
<h1>Error <span class="error_code">502</span></h1>
|
||||||
<p class="output">The server received an invalid response from the upstream server.</p>
|
<p class="output">The server received an invalid response from the upstream server.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">503</span></h1>
|
<h1>Error <span class="error_code">503</span></h1>
|
||||||
<p class="output">The server is temporarily overloading or down.</p>
|
<p class="output">The server is temporarily overloading or down.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">504</span></h1>
|
<h1>Error <span class="error_code">504</span></h1>
|
||||||
<p class="output">The gateway has timed out.</p>
|
<p class="output">The gateway has timed out.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -27,10 +28,9 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: 'Inconsolata', Helvetica, sans-serif;
|
font-family: 'Inconsolata', Helvetica, sans-serif;
|
||||||
font-size: 1.5rem;
|
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 1ex rgba(51, 255, 51, 1),
|
0 0 11px rgba(51, 255, 51, 1),
|
||||||
0 0 2px rgba(255, 255, 255, 0.8);
|
0 0 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,10 +82,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4rem;
|
padding: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.output {
|
.output {
|
||||||
color: rgba(128, 255, 128, 0.8);
|
color: rgba(128, 255, 128, 0.8);
|
||||||
text-shadow:
|
text-shadow:
|
||||||
@ -113,6 +121,8 @@
|
|||||||
.error_code {
|
.error_code {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -121,6 +131,7 @@
|
|||||||
<h1>Error <span class="error_code">505</span></h1>
|
<h1>Error <span class="error_code">505</span></h1>
|
||||||
<p class="output">The server does not support the "http protocol" version.</p>
|
<p class="output">The server does not support the "http protocol" version.</p>
|
||||||
<p class="output">Good luck.</p>
|
<p class="output">Good luck.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
16
index.html
16
index.html
@ -3,8 +3,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||||
<title>Error pages list</title>
|
<title>Error pages list</title>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/css/bootstrap.min.css"
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css"
|
||||||
integrity="sha512-6KY5s6UI5J7SVYuZB4S/CZMyPylqyyNZco376NM2Z8Sb8OxEdp02e1jkKk/wZxIEmjQ6DRCEBhni+gpr9c4tvA=="
|
integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w=="
|
||||||
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-light">
|
<body class="bg-light">
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<li><a href="cats/504.html"><strong>504</strong>: Gateway Timeout</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>
|
<li><a href="cats/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>ghost</Code></h2>
|
<h2 class="mb-3">Template name: <Code>ghost</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="ghost/400.html"><strong>400</strong>: Bad Request</a></li>
|
<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/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<li><a href="ghost/504.html"><strong>504</strong>: Gateway Timeout</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>
|
<li><a href="ghost/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>hacker-terminal</Code></h2>
|
<h2 class="mb-3">Template name: <Code>hacker-terminal</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="hacker-terminal/400.html"><strong>400</strong>: Bad Request</a></li>
|
<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/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<li><a href="hacker-terminal/504.html"><strong>504</strong>: Gateway Timeout</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>
|
<li><a href="hacker-terminal/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>l7-dark</Code></h2>
|
<h2 class="mb-3">Template name: <Code>l7-dark</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="l7-dark/400.html"><strong>400</strong>: Bad Request</a></li>
|
<li><a href="l7-dark/400.html"><strong>400</strong>: Bad Request</a></li>
|
||||||
<li><a href="l7-dark/401.html"><strong>401</strong>: Unauthorized</a></li>
|
<li><a href="l7-dark/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
@ -106,7 +106,7 @@
|
|||||||
<li><a href="l7-dark/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
<li><a href="l7-dark/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
||||||
<li><a href="l7-dark/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
<li><a href="l7-dark/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>l7-light</Code></h2>
|
<h2 class="mb-3">Template name: <Code>l7-light</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="l7-light/400.html"><strong>400</strong>: Bad Request</a></li>
|
<li><a href="l7-light/400.html"><strong>400</strong>: Bad Request</a></li>
|
||||||
<li><a href="l7-light/401.html"><strong>401</strong>: Unauthorized</a></li>
|
<li><a href="l7-light/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<li><a href="l7-light/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
<li><a href="l7-light/504.html"><strong>504</strong>: Gateway Timeout</a></li>
|
||||||
<li><a href="l7-light/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
<li><a href="l7-light/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>noise</Code></h2>
|
<h2 class="mb-3">Template name: <Code>noise</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="noise/400.html"><strong>400</strong>: Bad Request</a></li>
|
<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/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
@ -152,7 +152,7 @@
|
|||||||
<li><a href="noise/504.html"><strong>504</strong>: Gateway Timeout</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>
|
<li><a href="noise/505.html"><strong>505</strong>: HTTP Version Not Supported</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 class="mb-3">Template name: <Code>shuffle</Code></h2>
|
<h2 class="mb-3">Template name: <Code>shuffle</Code></h2>
|
||||||
<ul class="mb-5">
|
<ul class="mb-5">
|
||||||
<li><a href="shuffle/400.html"><strong>400</strong>: Bad Request</a></li>
|
<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/401.html"><strong>401</strong>: Unauthorized</a></li>
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
400
|
400
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Bad Request
|
Bad Request
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
401
|
401
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Unauthorized
|
Unauthorized
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
403
|
403
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Forbidden
|
Forbidden
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
404
|
404
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Not Found
|
Not Found
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
405
|
405
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Method Not Allowed
|
Method Not Allowed
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
407
|
407
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Proxy Authentication Required
|
Proxy Authentication Required
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
408
|
408
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Request Timeout
|
Request Timeout
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
409
|
409
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Conflict
|
Conflict
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
410
|
410
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Gone
|
Gone
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
411
|
411
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Length Required
|
Length Required
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
412
|
412
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Precondition Failed
|
Precondition Failed
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
413
|
413
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Payload Too Large
|
Payload Too Large
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
416
|
416
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Requested Range Not Satisfiable
|
Requested Range Not Satisfiable
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
418
|
418
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
I'm a teapot
|
I'm a teapot
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
429
|
429
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Too Many Requests
|
Too Many Requests
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
500
|
500
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Internal Server Error
|
Internal Server Error
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
502
|
502
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Bad Gateway
|
Bad Gateway
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
503
|
503
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Service Unavailable
|
Service Unavailable
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
504
|
504
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Gateway Timeout
|
Gateway Timeout
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color: #222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#222526;color:#fff;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
505
|
505
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
HTTP Version Not Supported
|
HTTP Version Not Supported
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
400
|
400
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Bad Request
|
Bad Request
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
401
|
401
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Unauthorized
|
Unauthorized
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
403
|
403
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Forbidden
|
Forbidden
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
404
|
404
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Not Found
|
Not Found
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
405
|
405
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Method Not Allowed
|
Method Not Allowed
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
407
|
407
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Proxy Authentication Required
|
Proxy Authentication Required
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
408
|
408
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Request Timeout
|
Request Timeout
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
409
|
409
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Conflict
|
Conflict
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
410
|
410
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Gone
|
Gone
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
411
|
411
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Length Required
|
Length Required
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
412
|
412
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Precondition Failed
|
Precondition Failed
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
413
|
413
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Payload Too Large
|
Payload Too Large
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
416
|
416
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Requested Range Not Satisfiable
|
Requested Range Not Satisfiable
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
418
|
418
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
I'm a teapot
|
I'm a teapot
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
429
|
429
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Too Many Requests
|
Too Many Requests
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
500
|
500
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Internal Server Error
|
Internal Server Error
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
502
|
502
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Bad Gateway
|
Bad Gateway
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
503
|
503
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Service Unavailable
|
Service Unavailable
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
@ -12,22 +12,28 @@
|
|||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0}
|
html,body {background-color:#fff;color:#636b6f;font-family:'Nunito',sans-serif;font-weight:100;height:100vh;margin:0;font-size:0}
|
||||||
.full-height {height:100vh}
|
.full-height {height:100vh}
|
||||||
.flex-center {align-items:center;display:flex;justify-content:center}
|
.flex-center {align-items:center;display:flex;justify-content:center}
|
||||||
.position-ref {position:relative}
|
.position-ref {position:relative}
|
||||||
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
.code {border-right:2px solid;font-size:26px;padding:0 10px 0 15px;text-align:center}
|
||||||
.message {font-size:18px;text-align:center;padding:10px}
|
.message {font-size:18px;text-align:center;padding:10px}
|
||||||
|
/* */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flex-center position-ref full-height">
|
<div class="flex-center position-ref full-height">
|
||||||
|
<div>
|
||||||
|
<div class="flex-center">
|
||||||
<div class="code">
|
<div class="code">
|
||||||
504
|
504
|
||||||
</div>
|
</div>
|
||||||
<div class="message">
|
<div class="message">
|
||||||
Gateway Timeout
|
Gateway Timeout
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!--
|
<!--
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user