-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
43 lines (43 loc) · 2.3 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Drive Your Adblock Counter Up</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118386139-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118386139-1');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6989938570877841",
enable_page_level_ads: true
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous">
</script>
</head>
<body class="home">
<div class="page">
<div class="wrapper main">
<h1>Hello, wonderful people of the world!</h1>
<p>This is just a little website for driving your adblocker number way up and testing adblockers!</p>
<a class="btn" href="adcheck.html"><div>Spam me with the (fake) ads</div></a><a class="btn" href="actualAds.html"><div>Adblock checker</div></a><br>
<a href="https://www.reddit.com/r/assholedesign/comments/8fmitr/why_do_people_use_adblock/dy4x2gc/">See how it all started</a>
</div>
</div>
<div class="footer">
<a href="https://github.com/licensedprism1/driveyouradblockcounterup">Check out the Github</a>
<a href="article.html">Why you should use Ablock</a>
<a href="contributors.html">Check out our contributors</a>
</div>
</body>
</html>