forked from BenjaminM007/cloudflare-error-pages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcountry_challenge.html
57 lines (46 loc) · 1.1 KB
/
country_challenge.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
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Security Check - BlackBull Markets</title>
<link rel="icon" href="Favicon-BlackBull.png">
<style>
body {
background-color: #2169fb;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
}
.container {
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 95%;
}
.captcha-box {
display: inline-block;
}
small {
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<img src="https://cf.blackbullmarkets.com/BlackBull Markets logo.png">
<p>
Please complete the security check to access this website.
</p>
<div class="captcha-box">
::CAPTCHA_BOX::
</div>
<p>
<small><strong>Ray ID:</strong> ::RAY_ID::</small>
</p>
</div>
</body>
</html>