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

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

git-svn-id: file:///srv/svn/repo/mai/trunk@68 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2024-02-11 00:56:18 +00:00
parent b860f0610b
commit f1d0667b80
5 changed files with 73 additions and 4 deletions

21
views/429.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="/static/style.css">
<title>Too many requests</title>
</head>
<body>
<table border="1" align="center">
<thead>
<img src="/static/displeased_mai.png">
</thead>
<tbody>
<p>You have triggered a 429 error</p>
<p>Try again later</p>
</tbody>
<tfoot>
<i><a href="https://deviantart.com/view/1017571065">[image source]</a></i>
</tfoot>
</table>
</body>
</html>