-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
75 lines (64 loc) · 2.98 KB
/
thanks.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ad Cat Saver</title>
<meta name="description" content="The Ad Cat Saver Game">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<meta property="og:description" content="Save the cats from the ads!" />
<meta property="og:title" content="The Ad Cat Saver Game" />
<meta property="og:url" content="http://adcatsaver.com" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/util.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&appId=216568311824941&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="text-center presentation">
<h1>THE <span class="red">Ad</span> <span class="green">Cat</span> Saver GAME</h1>
<div class="jumbotron">
<h2>Like it? Share with at least one friend.</h2>
<h3>Part of revenue from the advertisers goes to a social institution to protect children in Brazil.</h3>
<div class="fb-share-button" data-href="http://adcatsaver.com" data-width="600"></div>
</div>
</div>
<div class="text-center margin-top-40">
<table class="ranking">
<th colspan="2">
RANKING
</th>
</table>
</div>
<div class="text-center margin-top-40">
<a href="/" class="btn btn-default">Play again</a>
</div>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/bootbox.min.js"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54032084-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>