v2.031
This commit is contained in:
parent
6cdf0238a8
commit
cd2da708c6
12
index.html
12
index.html
|
@ -5,7 +5,7 @@
|
|||
window.cookieconsent_options = {"message":"Unsurprisingly, this website uses cookies for ads and traffic analysis.","dismiss":"Got it!","learnMore":"Learn more","link":"//orteil.dashnet.org/cookieconsentpolicy.html","target":"_blank","theme":"//orteil.dashnet.org/cookieconsent.css","domain":"dashnet.org"};
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="asset/js/cookieconsent.min.js"></script>
|
||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
|
||||
|
||||
<title>Cookie Clicker</title>
|
||||
<!--
|
||||
|
@ -16,11 +16,11 @@ Feel free to alter this code to your liking, but please do not re-host it, do no
|
|||
<meta name="viewport" content="width=900, initial-scale=1">
|
||||
<link rel="shortcut icon" href="img/favicon.ico" />
|
||||
<!--<link href="https://fonts.googleapis.com/css?family=Kavoon&subset=latin,latin-ext" rel="stylesheet" type="text/css">-->
|
||||
<link href='asset/css/css' rel='stylesheet' type='text/css'>
|
||||
<script src="asset/js/showads.js"></script><!-- this just detects adblockers so we can adjust the layout and play nice -->
|
||||
<script src="asset/js/base64.js"></script>
|
||||
<script src="asset/js/main.js"></script>
|
||||
<script async src="asset/js/adsbygoogle.js"></script>
|
||||
<link href='https://fonts.googleapis.com/css?family=Merriweather:900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||||
<script src="showads.js"></script><!-- this just detects adblockers so we can adjust the layout and play nice -->
|
||||
<script src="base64.js"></script>
|
||||
<script src="main.js?v=2.058"></script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-8491708950677704",
|
||||
|
|
Loading…
Reference in New Issue
Block a user