-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcf-challenge-basic.html
More file actions
34 lines (29 loc) · 1.03 KB
/
Copy pathcf-challenge-basic.html
File metadata and controls
34 lines (29 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Attention Required! | MJWebs</title>
<link rel="stylesheet" href="output.css" />
</head>
<body
class="antialiased bg-background text-foreground min-h-screen flex items-center justify-center p-4"
>
<div
class="w-full max-w-lg bg-card text-card-foreground border border-border rounded-lg p-8 shadow-lg"
>
<img src="logo.png" alt="MJWebs Logo" class="mb-6" />
<h1 class="font-bold text-3xl text-destructive mb-2">One more step</h1>
<p class="text-xl text-muted-foreground mb-8">
Please complete the security check to access this website.
</p>
<div class="my-6">::CAPTCHA_BOX::</div>
<div
class="mt-8 pt-4 border-t border-border text-sm text-muted-foreground flex justify-between"
>
<span>Ray ID: ::RAY_ID::</span>
<span>Client IP: ::CLIENT_IP::</span>
</div>
</div>
</body>
</html>