-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (56 loc) · 1.79 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>What The Fuck Should I Drink?</title>
<link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />
<head>
<body LINK=#666666 ALINK=#666666 VLINK=#666666>
<center>
<div id="holiday">
<font size="8">
<div id="centered">
<font size="11">
<center>
{{ specialtext }}
<br>
Drink a fucking <a href="{{ url }}">{{ name }}</a> !
</font>
<br>
<br>
</font>
<font size="3">
I don't want a fucking {{ name }}.
<br>
<a href=>Give me another !</a>
</center>
</font>
</div>
<div id="bottom">
<center>
<a href="mailto:[email protected]">[email protected]</a>
</center>
<center>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1578570751578208";
/* WTFSID Bottom Leaderboard */
google_ad_slot = "4437922178";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30083321-1']);
_gaq.push(['_setDomainName', 'wtfshouldidrink.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>