Update index.html
This commit is contained in:
parent
b80f73f108
commit
5a9335fb48
25
index.html
25
index.html
|
|
@ -11357,18 +11357,23 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span> <select onchange="setSetting(
|
||||||
<p>If you'd like to support us, consider donating on <a href="https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN" target="_blank">PayPal</a> or <a href="https://cash.app/$emojiartist" target="_blank" title="$emojiartist">CashApp</a>, or subscribing on Discord.</p>
|
<p>If you'd like to support us, consider donating on <a href="https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN" target="_blank">PayPal</a> or <a href="https://cash.app/$emojiartist" target="_blank" title="$emojiartist">CashApp</a>, or subscribing on Discord.</p>
|
||||||
<p>Thanks to our Donators: Serioustar, Trent, u2ce</p>
|
<p>Thanks to our Donators: Serioustar, Trent, u2ce</p>
|
||||||
<p>This game is developed by R74n. Check out <a href="https://r74n.com" target="_blank">our other projects</a>!</p>
|
<p>This game is developed by R74n. Check out <a href="https://r74n.com" target="_blank">our other projects</a>!</p>
|
||||||
<!-- Ad ^_^ -->
|
|
||||||
<script async defer src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8485284630785740"
|
|
||||||
crossorigin="anonymous"></script>
|
|
||||||
<!-- Sandboxels Main Page -->
|
|
||||||
<ins class="adsbygoogle"
|
|
||||||
style="display:inline-block;width:728px;height:90px"
|
|
||||||
data-ad-client="ca-pub-8485284630785740"
|
|
||||||
data-ad-slot="9484672079"></ins>
|
|
||||||
<script>
|
<script>
|
||||||
|
// add the above elements programmatically when the page loads
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
var adscript1 = document.createElement('script');
|
||||||
});
|
adscript1.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8485284630785740";
|
||||||
|
adscript1.crossorigin = "anonymous";
|
||||||
|
document.getElementById('bottomLeftBox').appendChild(adscript1);
|
||||||
|
var ins1 = document.createElement('ins');
|
||||||
|
ins1.className = "adsbygoogle";
|
||||||
|
ins1.style = "display:inline-block;width:728px;height:90px";
|
||||||
|
ins1.setAttribute('data-ad-client', "ca-pub-8485284630785740");
|
||||||
|
ins1.setAttribute('data-ad-slot', "9484672079");
|
||||||
|
document.getElementById('bottomLeftBox').appendChild(ins1);
|
||||||
|
var adscript2 = document.createElement('script');
|
||||||
|
adscript2.innerHTML = "(adsbygoogle = window.adsbygoogle || []).push({});";
|
||||||
|
document.getElementById('bottomLeftBox').appendChild(adscript2);
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<div id="bottomRightBox">
|
<div id="bottomRightBox">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue