-
Notifications
You must be signed in to change notification settings - Fork 1
/
cf-rate-limit.html
26 lines (21 loc) · 1009 Bytes
/
cf-rate-limit.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Attention Required!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.9.6/tailwind.min.css" integrity="sha512-l7qZAq1JcXdHei6h2z8h8sMe3NbMrmowhOl+QkP3UhifPpCW2MC4M0i26Y8wYpbz1xD9t61MLT9L1N773dzlOA==" crossorigin="anonymous" />
</head>
<body class="antialiased-subpixel text-left layout-row">
<div class="w-full max-w-lg mx-auto mt-20 p-5">
<span class="font-bold text-3xl text-red-600">Error 429.</span>
<p class="text-gray-900">You have been temporarily banned from this website due to performing an action too many times.</p>
<p class="text-gray-600">If the issue persists, please create a <a href="mailto:[email protected]">support ticket.</a></p>
<div class="text-gray-400 pt-2">
<p>Ray ID: ::RAY_ID::</p>
<p>Client IP: ::CLIENT_IP::</p>
</div>
</div>
</body>
</html>