v2.021 beta
This commit is contained in:
parent
d9aed86cf4
commit
af00e56609
37
index.html
37
index.html
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.cookieconsent_options = {"message":"Unsurprisingly, this website uses cookies for ads and traffic analysis.","dismiss":"Got it!","learnMore":"Learn more","link":"http://orteil.dashnet.org/cookieconsentpolicy.html","target":"_blank","theme":"http://orteil.dashnet.org/cookieconsent.css","domain":"dashnet.org"};
|
||||||
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
|
||||||
|
|
||||||
|
@ -13,10 +17,17 @@ 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">
|
<meta name="viewport" content="width=900, initial-scale=1">
|
||||||
<link rel="shortcut icon" href="img/favicon.ico" />
|
<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="https://fonts.googleapis.com/css?family=Kavoon&subset=latin,latin-ext" rel="stylesheet" type="text/css">-->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Merriweather:900&subset=latin,latin-ext" rel='stylesheet' type='text/css'>
|
<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="showads.js"></script><!-- this just detects adblockers so we can adjust the layout and play nice -->
|
||||||
<script src="base64.js"></script>
|
<script src="base64.js"></script>
|
||||||
<script src="main.js?v=2.058"></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",
|
||||||
|
enable_page_level_ads: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<link href="style.css?v=2.050" rel="stylesheet" type="text/css">
|
<link href="style.css?v=2.050" rel="stylesheet" type="text/css">
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@ -144,6 +155,18 @@ Feel free to alter this code to your liking, but please do not re-host it, do no
|
||||||
</div>
|
</div>
|
||||||
<div id="smallSupport" style="width:300px;text-align:center;padding-bottom:40px;background:rgba(0,0,0,0.5);position:relative;z-index:100;">
|
<div id="smallSupport" style="width:300px;text-align:center;padding-bottom:40px;background:rgba(0,0,0,0.5);position:relative;z-index:100;">
|
||||||
|
|
||||||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<!-- Cookie Clicker Header Responsive -->
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block;margin:auto;width:300px;max-height:300px;overflow:hidden;"
|
||||||
|
data-ad-client="ca-pub-8491708950677704"
|
||||||
|
data-ad-slot="7077525342"
|
||||||
|
data-ad-format="rectangle"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
|
||||||
<div class="supportComment">^ Sponsored link ^</div>
|
<div class="supportComment">^ Sponsored link ^</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="store">
|
<div id="store">
|
||||||
|
@ -162,6 +185,18 @@ Feel free to alter this code to your liking, but please do not re-host it, do no
|
||||||
|
|
||||||
<div style="position:relative;z-index:100;min-height:250px;">
|
<div style="position:relative;z-index:100;min-height:250px;">
|
||||||
|
|
||||||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<!-- Cookie Clicker Responsive -->
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block;margin:auto;"
|
||||||
|
data-ad-client="ca-pub-8491708950677704"
|
||||||
|
data-ad-slot="9780186019"
|
||||||
|
data-ad-format="auto"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
|
||||||
<div style="height:16px;"></div>
|
<div style="height:16px;"></div>
|
||||||
|
|
||||||
<!-- AdventureQuest Worlds banner -->
|
<!-- AdventureQuest Worlds banner -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user