Skip to content

Commit

Permalink
fixup formatting, ignore 429.html
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 13, 2023
1 parent 308ed83 commit ebe2913
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 32 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/public/glyphs.json
/public/javascripts/vendor
/public/vendor
/public/oops/429.html

/translation/dest

Expand Down
72 changes: 40 additions & 32 deletions public/oops/toomanyrequests.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,43 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Too many requests • lichess.org</title>
<style>
body {
max-width: min(100%, 600px);
margin: auto;
background: #000;
text-align: center;
padding: 2em 1em;
}
body, a {
color: #ebd488;
}
code {
background: #ebd488;
color: black;
border: #ebd488;
font-size: 2em;
display: inline-block;
margin: 0.5em 0;
word-break: break-all;
}
</style>
</head>
</body>
<h1>Too many requests • <a href="https://lichess.org">lichess.org</a></h1>
<p>Your network has sent too many requests. Wait a moment before <a href="javascript:history.back();">trying again</a>.</p>
<p>If you are connecting from a school or chess club, you can contact us at <a href="mailto:[email protected]">[email protected]</a> and ask us to lift the limitation for your IP address.</p>
<p>Please mention your IP address in the email: <code>IPADDR</code></p>
</body>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Too many requests • lichess.org</title>
<style>
body {
max-width: min(100%, 600px);
margin: auto;
background: #000;
text-align: center;
padding: 2em 1em;
}
body,
a {
color: #ebd488;
}
code {
background: #ebd488;
color: black;
border: #ebd488;
font-size: 2em;
display: inline-block;
margin: 0.5em 0;
word-break: break-all;
}
</style>
</head>
<body>
<h1>Too many requests • <a href="https://lichess.org">lichess.org</a></h1>
<p>
Your network has sent too many requests. Wait a moment before
<a href="javascript:history.back();">trying again</a>.
</p>
<p>
If you are connecting from a school or chess club, you can contact us at
<a href="mailto:[email protected]">[email protected]</a> and ask us to lift the limitation for your
IP address.
</p>
<p>Please mention your IP address in the email: <code>IPADDR</code></p>
</body>
</html>

0 comments on commit ebe2913

Please sign in to comment.