Skip to content

Instantly share code, notes, and snippets.

@inkeso
Created October 23, 2015 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inkeso/85c6e5ab87431c28df12 to your computer and use it in GitHub Desktop.
Save inkeso/85c6e5ab87431c28df12 to your computer and use it in GitHub Desktop.
<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