forked from BenjaminM007/cloudflare-error-pages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwaf_block.html
51 lines (41 loc) · 1.07 KB
/
waf_block.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
<!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>Blocked - 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%;
}
small {
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<img src="https://cf.blackbullmarkets.com/BlackBull Markets logo.png">
<h1>Sorry, you have been blocked</h1>
<p>
You are unable to access this website. Please contact us if the problem persists.
</p>
<p>
<small><strong>Ray ID:</strong> ::RAY_ID::</small>
</p>
</div>
</body>
</html>