-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcf-attack.html
More file actions
28 lines (24 loc) · 820 Bytes
/
cf-attack.html
File metadata and controls
28 lines (24 loc) · 820 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Just a moment...</title>
<link rel="stylesheet" href="output.css" />
</head>
<body class="antialiased-subpixel text-left layout-row">
<div class="w-full max-w-lg mx-auto mt-20 p-5">
<img src="logo.svg" />
<h1 class="font-bold text-2xl text-black">Just a moment...</h1>
<p class="text-gray-900">
We're experiencing very high load right now. We're just checking that
you're not a robot. 😊
</p>
<div class="text-gray-400 pt-4 text-sm">
<span> ::IM_UNDER_ATTACK_BOX:: </span>
<p>Ray ID: ::RAY_ID::</p>
<p>Client IP: ::CLIENT_IP::</p>
</div>
</div>
</body>
</html>