Add description
This commit is contained in:
parent
256a8cce3c
commit
3a4eefa420
18 changed files with 107 additions and 17 deletions
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>400 Bad Request</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>You send a request that we did not understand, buddy.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>401 Unauthorized</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Enter your credentials first!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>403 Forbidden</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Your request is not welcome here.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>404 Not Found</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Hey there buddy, check your URL first!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>405 Method Not Allowed</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Your request method is not supported.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>410 Gone</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Went to the trash can faster than I expected.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>413 Content Too Large</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Please make your content field smaller.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>414 URI Too Long</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Please make your request address shorter.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>415 Unsupported Media Type</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>The file that you send is not supported.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>418 I'm a teapot</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Easteregg!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>429 Too Many Requests</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>You're ratelimited.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>500 Internal Server Error</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Something really weird happened... please contact us!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>501 Not Implemented</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>We do not support that.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>502 Bad Gateway</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Something really weird happened... please contact us!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>503 Service Unavailable</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>The service you requested is offline or down for maintenance. Please contact us if that persists.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>504 Gateway Timeout</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>Our service took too long to respond. Please contact us if that behaviour occurs often.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -43,7 +48,7 @@
|
|||
</svg>
|
||||
</p>
|
||||
<h3>505 HTTP Version Not Supported</h3>
|
||||
<p class="description" data-l10n><DESCRIPTION></p>
|
||||
<p class="description" data-l10n>We only support HTTP 1.0, 1.1 and 2.0!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
@keyframes shrink {0%{width:90%;margin:0 5%} 50% {width:60%;margin:0 18%} 100% {width:90%;margin:0 5%}}
|
||||
h3 {font-size:17px;text-transform: uppercase;margin:0.3em auto}
|
||||
.description {font-size:13px;color:#aaa}
|
||||
.details {color:#999;width:100%}
|
||||
.details table {width:100%}
|
||||
.details td {white-space:nowrap;font-size:11px}
|
||||
.details .name {text-align:right;padding-right:.6em;width:50%}
|
||||
.details .value {text-align:left;padding-left:.6em;font-family:'Lucida Console','Courier New',monospace}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue