diff options
| author | Lugixion <32132868+Lugixion@users.noreply.github.com> | 2022-02-21 21:34:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 21:34:58 +0000 |
| commit | 8453de81806d00fc05ecdff92c65cd4bfea367f2 (patch) | |
| tree | d58b1bec59dafd0dbbafea1223e4b672c026fdb8 | |
| parent | fe3ae14609cfe1173b2a64c1f40c3e3f1a95d504 (diff) | |
Updated to get on steam button
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -<!DOCTYPE html>
+<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
@@ -19,7 +19,7 @@ Feel free to alter this code to your liking, but please do not re-host it, do no <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.089"></script>
+<script src="main.js?v=2.091"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
@@ -62,6 +62,7 @@ Feel free to alter this code to your liking, but please do not re-host it, do no <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>
<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>
<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>
+ <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>
<div><a href="//orteil.dashnet.org/randomgen/" target="_blank" id="topbarRandomgen">RandomGen</a></div>
<div><a href="//orteil.dashnet.org/igm/" target="_blank" id="topbarIGM">Idle Game Maker</a></div>
<div id="links" class="hoverer">
|