forked from mjwebs/cloudflare-error
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcf-waf-block.html
More file actions
43 lines (38 loc) · 1.15 KB
/
Copy pathcf-waf-block.html
File metadata and controls
43 lines (38 loc) · 1.15 KB
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
<!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>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="antialiased-subpixel bg-gray-100 bg-gradient-to-r to-gray-100 from-gray-200">
<div class="w-full max-w-lg mx-auto mt-0 sm:mt-12 md:mt-20 lg:mt-28 p-4">
<h1 class="font-bold text-2xl text-black">
Access Denied
</h1>
<p class="mt-1 text-gray-700 tracking-tight">
Your request has been blocked. If you believe this was done in error please contact the site owner.
</p>
<div class="pt-6">
<div class="p-5 shadow overflow-hidden rounded-lg bg-gray-50">
<p class="text-xs tracking-tight text-gray-600 font-medium">
Technical Details
</p>
<div class="mt-2 text-gray-400 text-sm">
<div class="text-gray-400 text-sm">
<p>
Ray ID: ::RAY_ID::
</p>
<p>
Client IP: ::CLIENT_IP::
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>