source: code/trunk/views/pages/error.html@ 72

Last change on this file since 72 was 70, checked in by yakumo.izuru, 16 months ago

PixivFEからいくつか輸入しました

リクエストリミッターを構成可能にする
マニュアルページを更新する
エラーページを改善する
GoFiber v2.52.0 へのアップデート

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1007 bytes
Line 
1<!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3 <head>
4 <style type="text/css">
5 body {
6 background-color: #282c37;
7 color: rgb(234, 136, 50);
8 text-align: center;
9 }
10 a {
11 color: rgb(34, 36, 42);
12 }
13 p {
14 color: rgb(221, 209, 203);
15 }
16 img {
17 height: 640px;
18 width: 480px;
19 }
20 </style>
21 <title>Mai | Error</title>
22 </head>
23 <body>
24 <table border="1">
25 <thead>
26 <img src="/static/displeased_mai.png">
27 </thead>
28 <tbody>
29 <h2>Error</h2>
30 <p>
31 Something has happened and these may be the following causes:
32 </p>
33 <p>
34 <ol>
35 <li>You might have reached the rate limit</li>
36 <li>There was an internal server error</li>
37 <li>Any other client error such as a 404 Not Found</li>
38 </ol>
39 </p>
40 </tbody>
41 <tfoot>
42 <p>
43 <a href="https://deviantart.com/view/1017571065">[image source]</a>
44 </p>
45 </tfoot>
46 </table>
47 </body>
48</html>
Note: See TracBrowser for help on using the repository browser.