-
Notifications
You must be signed in to change notification settings - Fork 3
/
CustomBlockPage.php
27 lines (27 loc) · 1.14 KB
/
CustomBlockPage.php
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
<!DOCTYPE HTML>
<html>
<title>BLOCKED</title>
<center>
<body bgcolor=000000 text=FFFFFF style="background-image: url('/pihole/background.jpg'); background-repeat: no-repeat; background-size: cover;">
<center>
<img src="pihole/foreground.png" width=150><br>
<font size=+8 face="monoid">
<strong>404</strong><br>
</font>
<font size=+2>
<br>
This Page Has Been Blocked<br>
*OR* Does Not Exist<br>
</font>
<br>
Notice: Some pages have been blocked due to content or bandwidth restrictions.
<br>
<br>
If you believe that this page has been blocked in error,<br>please contact the admin
<a href="mailto:[email protected]?subject=Domain%20Blocked&body=[sub]%0A%0ADO%20NOT%20CHANGE%20THE%20ABOVE%20MESSAGE" onclick="this.href =this.href.replace("[sub]",window.location)" target="_blank" rel=noopener noreferrer><button style="background-color:white; border-color:white">here</button></a>.<br>
Do <u><strong>not</strong></u> change the message or subject!<br>A script will automatically whitelist the domain.
</center>
</center>
</body>
</center>
</html>