source: code/trunk/views/429.html@ 69

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

インストール手順の更新、例の追加、リミッターの再構成

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

File size: 562 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 <link rel="stylesheet" href="/static/style.css">
5 <title>Too many requests</title>
6 </head>
7 <body>
8 <table border="1" align="center">
9 <thead>
10 <img src="/static/displeased_mai.png">
11 </thead>
12 <tbody>
13 <p>You have triggered a 429 error</p>
14 <p>Try again later</p>
15 </tbody>
16 <tfoot>
17 <i><a href="https://deviantart.com/view/1017571065">[image source]</a></i>
18 </tfoot>
19 </table>
20 </body>
21</html>
Note: See TracBrowser for help on using the repository browser.