-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwaf_block.html
49 lines (40 loc) · 1015 Bytes
/
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
<!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 - Furimoe</title>
<style>
body {
background-color: #fff;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
}
.container {
margin: 50px auto;
max-width: 600px;
text-align: center;
padding: 0 24px;
}
small {
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<img src="https://cdn.masuru.in.th/storage/furimoe/furimoe-logo-2x1.webp" alt="Furimoe" width="200" height="100">
<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>