/adforce.html Secret
Created
October 23, 2015 10:14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<style> | |
#ad-space { | |
z-index:999; | |
width:100%; | |
height:100%; | |
position:absolute; | |
top:0; | |
left:0; | |
background:#330000; | |
color:#ffff00; | |
font-size:64pt; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="ad-space"> | |
Werbung ist schlecht. Bitte benutzen Sie einen AdBlocker... | |
</div> | |
<p> | |
Diese Seite unterstützt ausdrücklich die Verwendung von Adblockern, | |
auch wenn sie selbst keine Werbung verwendet. | |
Vielen Dank für Ihre Aufmerksamkeit | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment