Update games.html

This commit is contained in:
Cobalt-60
2023-11-30 00:13:48 -05:00
committed by GitHub
parent 447c5c7a03
commit 44fca996c4
+15
View File
@@ -43,6 +43,21 @@
</div>
<script src="/assets/js/main.js" type="module"></script>
<span data-ccpa-link="1"></span>
<script>
window['nitroAds'].createAd('anchorad', {
"refreshTime": 30,
"format": "anchor",
"anchor": "bottom",
"anchorPersistClose": false,
"report": {
"enabled": true,
"icon": true,
"wording": "Report Ad",
"position": "top-right"
},
"mediaQuery": "(min-width: 1025px)"
});
</script>
</body>
</html>