-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
429.html
44 lines (36 loc) · 1.19 KB
/
429.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error 429 | freeCodeCamp.org</title>
<link rel="icon"
href="https://raw.githubusercontent.com/freeCodeCamp/freeCodeCamp/master/docs/images/branding/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class='universal-nav'>
<img alt="freeCodeCamp.org"
src="https://raw.githubusercontent.com/freeCodeCamp/freeCodeCamp/master/docs/images/branding/primary_logo.svg">
</div>
<div class="error-middle">
<h2>
429 | Too many requests.
</h2>
<br />
<h3>
We are getting too many requests from your IP address and temporarily blocking access to this part of
freeCodeCamp.org
</h3>
<h3>
This should be resolved shortly.
</h3>
<h3>
Please try again in while. If you keep seeing this error, please <a href="https://twitter.com/freecodecamp"
target="_blank" rel="noopener">reachout to us on twitter</a>.
</h3>
</div>
</body>
</html>