Create index.html
Browse files- index.html +181 -0
index.html
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<!-- external -->
|
5 |
+
<script type="text/javascript">
|
6 |
+
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"};
|
7 |
+
</script>
|
8 |
+
|
9 |
+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
|
10 |
+
|
11 |
+
<!--<link href="https://fonts.googleapis.com/css?family=Kavoon&subset=latin,latin-ext" rel="stylesheet" type="text/css">-->
|
12 |
+
<link href='https://fonts.googleapis.com/css?family=Merriweather:900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
13 |
+
|
14 |
+
<!-- Facebook Pixel Code -->
|
15 |
+
<script>
|
16 |
+
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
17 |
+
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
|
18 |
+
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
|
19 |
+
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
|
20 |
+
document,'script','https://connect.facebook.net/en_US/fbevents.js');
|
21 |
+
fbq('init', '357399801355203');
|
22 |
+
fbq('track', 'PageView');
|
23 |
+
</script>
|
24 |
+
<noscript><img height="1" width="1" style="display:none"
|
25 |
+
src="https://www.facebook.com/tr?id=357399801355203&ev=PageView&noscript=1"></noscript>
|
26 |
+
<!-- end code -->
|
27 |
+
<!-- /external -->
|
28 |
+
|
29 |
+
<title>Cookie Clicker</title>
|
30 |
+
<!--
|
31 |
+
Code and graphics copyright Orteil, 2013-2023
|
32 |
+
Feel free to alter this code to your liking, but please do not re-host it, do not profit from it and do not present it as your own.
|
33 |
+
-->
|
34 |
+
|
35 |
+
<meta name="viewport" content="width=900, initial-scale=1">
|
36 |
+
<link rel="shortcut icon" href="img/favicon.ico" />
|
37 |
+
<script src="base64.js"></script>
|
38 |
+
|
39 |
+
<script>
|
40 |
+
var VERSION=2.052;
|
41 |
+
var BETA=0;
|
42 |
+
var App=typeof App==='undefined'?0:App;
|
43 |
+
</script>
|
44 |
+
|
45 |
+
<link href="style.css?v=9" rel="stylesheet" type="text/css">
|
46 |
+
<script src="main.js?v=10"></script>
|
47 |
+
|
48 |
+
<!-- ad -->
|
49 |
+
<script src="showads.js"></script><!-- this just detects adblockers so we can adjust the layout and play nice -->
|
50 |
+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
51 |
+
<script>
|
52 |
+
(adsbygoogle = window.adsbygoogle || []).push({
|
53 |
+
google_ad_client: "ca-pub-8491708950677704",
|
54 |
+
enable_page_level_ads: true
|
55 |
+
});
|
56 |
+
</script>
|
57 |
+
<!-- /ad -->
|
58 |
+
|
59 |
+
<!--[if IE]>
|
60 |
+
<style type="text/css">
|
61 |
+
#ifIE9{display:block;}
|
62 |
+
</style>
|
63 |
+
<![endif]-->
|
64 |
+
|
65 |
+
<!--[if lt IE9]><script src="excanvas.compiled.js"></script><![endif]-->
|
66 |
+
</head>
|
67 |
+
<body>
|
68 |
+
|
69 |
+
<div id="wrapper">
|
70 |
+
|
71 |
+
<div id="topBar">
|
72 |
+
<div><b style="font-weight:bold;">Cookie Clicker</b>™ © <a href="//orteil.dashnet.org" target="_blank" id="topbarOrteil">Orteil</a>, 2023 - <a href="//dashnet.org" target="_blank" id="topbarDashnet">DashNet</a></div>
|
73 |
+
<div><a href="https://twitter.com/orteil42" target="_blank" id="topbarTwitter">twitter</a></div>
|
74 |
+
<div><a href="https://orteil42.tumblr.com" target="_blank" id="topbarTumblr">tumblr</a></div>
|
75 |
+
<div style="position:relative;"><div style="width:22px;height:32px;background:url(img/discord.png);position:absolute;left:0px;top:0px;pointer-events:none;"></div><a href="https://discordapp.com/invite/cookie" target="_blank" style="padding-left:16px;" id="topbarDiscord">Discord</a></div>
|
76 |
+
<div style="position:relative;"><div style="width:25px;height:32px;background:url(img/weeHoodie.png);position:absolute;left:-2px;top:0px;pointer-events:none;"></div><a class="blueLink" href="http://www.redbubble.com/people/dashnet" target="_blank" style="padding-left:12px;" id="topbarMerch">Merch!</a></div>
|
77 |
+
<div style="position:relative;"><div style="width:22px;height:32px;background:url(img/patreon.png);position:absolute;left:0px;top:0px;pointer-events:none;"></div><a class="orangeLink" href="https://www.patreon.com/dashnet" target="_blank" style="padding-left:16px;" id="topbarPatreon">Patreon</a></div>
|
78 |
+
<div style="position:relative;display:none;font-weight:bold;" id="heralds"><div style="position:absolute;top:-4px;width:31px;height:39px;background:url(img/heraldFlag.png);left:50%;margin-left:-15px;pointer-events:none;"></div><div id="heraldsAmount" style="position:relative;z-index:10;text-shadow:0px 1px 0px #000,0px 0px 6px #ff00e4;color:#fff;">-</div></div>
|
79 |
+
<div><a class="lightblueLink" style="font-weight:bold;" href="https://play.google.com/store/apps/details?id=org.dashnet.cookieclicker" target="_blank" id="topbarMobileCC">Cookie Clicker for Android</a></div>
|
80 |
+
<div><a class="lightblueLink" style="font-weight:bold;" href="https://store.steampowered.com/app/1454400/Cookie_Clicker/" target="_blank" id="topbarSteamCC">Cookie Clicker on Steam</a></div>
|
81 |
+
<div><a href="//orteil.dashnet.org/randomgen/" target="_blank" id="topbarRandomgen">RandomGen</a></div>
|
82 |
+
<div><a href="//orteil.dashnet.org/igm/" target="_blank" id="topbarIGM">Idle Game Maker</a></div>
|
83 |
+
<div style="float:right;position:relative;"><div id="tinyglobe" style="position:absolute;top:-4px;width:22px;height:22px;background:url(img/tinyglobeSheet.gif);right:4px;top:4px;pointer-events:none;"></div><a id="changeLanguage" style="font-variant:small-caps;padding-right:20px;" onmouseover="INTERVAL_TINYGLOBE=setInterval(function(){var tinyglobe=document.getElementById('tinyglobe');tinyglobe.style.backgroundPosition=(parseInt(tinyglobe.style.backgroundPosition)-22)+'px';},30);" onmouseout="clearInterval(INTERVAL_TINYGLOBE);">Change language</a><script>document.getElementById('tinyglobe').style.backgroundPosition=(-[0,19,27][Math.floor(Math.random()*3)]*22)+'px';</script></div>
|
84 |
+
<div id="links" class="hoverer">
|
85 |
+
Other versions
|
86 |
+
<div class="hoverable">
|
87 |
+
<a href="../" target="_blank" id="linkVersionLive">Live version</a>
|
88 |
+
<a href="beta" target="_blank" id="linkVersionBeta">Try the beta!</a>
|
89 |
+
<a href="//orteil.dashnet.org/cookieclicker/v10466" target="_blank" id="linkVersionOld">v. 1.0466</a>
|
90 |
+
<a href="//orteil.dashnet.org/experiments/cookie/" target="_blank">Classic</a>
|
91 |
+
</div>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
<div id="game">
|
95 |
+
<div id="versionNumber" class="title"></div>
|
96 |
+
<script>document.getElementById('versionNumber').innerHTML='v. '+VERSION;</script>
|
97 |
+
<div id="offGameMessageWrap">
|
98 |
+
<div id="offGameMessage">
|
99 |
+
<div id="loader">
|
100 |
+
<div class="spinnyBig"></div>
|
101 |
+
<div class="spinnySmall"></div>
|
102 |
+
<div id="loading" class="title">Loading...</div>
|
103 |
+
<div id="failedToLoad" class="title">This is taking longer than expected.<br>
|
104 |
+
<div style="font-size:65%;line-height:120%;"><!-- error -->Slow connection? If not, please make sure your javascript is enabled, then refresh.<br>
|
105 |
+
If problems persist, this might be on our side - wait a few minutes, then hit ctrl+f5!<!-- /error --></div></div>
|
106 |
+
<div id="ifIE9" class="title" style="font-size:100%;line-height:120%;">Your browser may not be recent enough to run Cookie Clicker.<br>You might want to update, or switch to a more modern browser such as Chrome or Firefox.</div>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
+
</div>
|
110 |
+
|
111 |
+
<canvas id="backgroundCanvas"></canvas>
|
112 |
+
|
113 |
+
<div id="goldenCookie" class="goldenCookie"></div>
|
114 |
+
<div id="seasonPopup" class="seasonPopup"></div>
|
115 |
+
<div id="shimmers"></div>
|
116 |
+
<div id="alert"></div>
|
117 |
+
<div id="particles"></div>
|
118 |
+
<div id="sparkles" class="sparkles"></div>
|
119 |
+
<div id="notes"></div>
|
120 |
+
<div id="darken"></div>
|
121 |
+
<div id="toggleBox" class="framed prompt"></div>
|
122 |
+
<div id="promptAnchor"><div id="prompt" class="framed"><div id="promptContent"></div><div id="promptClose" class="close" style="display:none;" onclick="PlaySound('snd/tickOff.mp3');Game.ClosePrompt();">x</div></div></div>
|
123 |
+
<div id="ascend">
|
124 |
+
<div id="ascendBG"></div>
|
125 |
+
<div id="ascendZoomable"><div id="ascendContent"><div id="ascendUpgrades" style="position:absolute;"></div></div></div>
|
126 |
+
<div id="ascendOverlay"></div>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div id="debug"><div id="devConsole" class="framed"></div><div id="debugLog"></div></div>
|
130 |
+
|
131 |
+
<div id="sectionLeft" class="inset">
|
132 |
+
<canvas id="backgroundLeftCanvas" style="z-index:5;"></canvas>
|
133 |
+
<div class="blackFiller"></div>
|
134 |
+
<div class="blackGradient"></div>
|
135 |
+
<div id="sectionLeftInfo"></div>
|
136 |
+
<div id="cookies" class="title"></div>
|
137 |
+
<div id="bakeryNameAnchor"><div id="bakeryName" class="title"></div></div>
|
138 |
+
<div id="specialPopup" class="framed prompt offScreen"></div>
|
139 |
+
<div id="buffs" class="crateBox"></div>
|
140 |
+
<div id="cookieAnchor">
|
141 |
+
<button id="bigCookie"></button>
|
142 |
+
<div id="cookieNumbers"></div>
|
143 |
+
</div>
|
144 |
+
<div id="sectionLeftExtra"></div>
|
145 |
+
</div>
|
146 |
+
|
147 |
+
<div class="separatorLeft" id="leftBeam"></div>
|
148 |
+
<div class="separatorRight" id="rightBeam"></div>
|
149 |
+
|
150 |
+
<div id="sectionMiddle" class="inset">
|
151 |
+
<div id="comments" class="inset title">
|
152 |
+
<div id="prefsButton" class="panelButton"><div class="subButton">Options</div></div>
|
153 |
+
<div id="statsButton" class="panelButton"><div>Stats</div></div>
|
154 |
+
<div id="logButton" class="panelButton"><div>Info</div><div id="checkForUpdate">New update!</div></div>
|
155 |
+
<div id="legacyButton" class="panelButton"><div class="subButton">Legacy</div><div id="ascendMeterContainer" class="smallFramed meterContainer"><div id="ascendMeter" class="meter filling"></div></div><div class="roundedPanel" id="ascendNumber"></div><div id="ascendTooltip" class="framed"></div></div>
|
156 |
+
<div id="commentsText">
|
157 |
+
<div id="commentsText1" class="commentsText"></div>
|
158 |
+
<div id="commentsText2" class="commentsText"></div>
|
159 |
+
</div>
|
160 |
+
<div class="separatorBottom"></div>
|
161 |
+
</div>
|
162 |
+
<div id="centerArea">
|
163 |
+
<div id="buildingsTitle" class="inset title zoneTitle">Buildings</div>
|
164 |
+
<div id="buildingsMaster"></div>
|
165 |
+
<div id="rows"></div>
|
166 |
+
<div id="menu"></div>
|
167 |
+
</div>
|
168 |
+
</div>
|
169 |
+
|
170 |
+
<div id="sectionRight" class="inset">
|
171 |
+
</div>
|
172 |
+
|
173 |
+
<div id="tooltipAnchor"><div id="tooltip" class="framed" onMouseOut="Game.tooltip.hide();"></div></div>
|
174 |
+
<div id="preloadImages" style="display:none;"></div>
|
175 |
+
|
176 |
+
</div>
|
177 |
+
|
178 |
+
</div>
|
179 |
+
|
180 |
+
</body>
|
181 |
+
</html>
|