forked from analytically/haproxy-ddos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403-html.http
36 lines (35 loc) · 924 Bytes
/
403-html.http
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
HTTP/1.0 200 OK
Cache-Control: no-cache
Connection: close
Content-Type: text/html
Strict-Transport-Security: max-age=631138519; includeSubdomains; preload
<html>
<head>
<style type="text/css">
html, body {
margin: 0;
padding: 0 0;
background-color: #f9f9f9;
font-weight: 500;
color: #666;
text-align: center;
}
.abs {
position: absolute;
top: 50%;
left: 30px;
right: 30px;
}
div.title {
font-size: 65px;
margin-top: -250px;
}
p.message {
font-size: 25px;
margin-top: 200px;
line-height: 40px;
}
</style>
</head>
<body><div class="title abs">Site inaccessible</div><div class="image abs"></div><p class="message abs">Unfortunately this site is not accessible from your location.<br>VPN or Tor connections are not permitted.</p></body>
</html>