Files
Polaris/pages/games.html
T
2023-11-30 00:13:48 -05:00

64 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/main.css">
<script src="https://cdn.counter.dev/script.js" data-id="b0b2d4b2-daca-47e1-9287-b9e649b3dcd2" data-utcoffset="-5"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9661054437111080"
crossorigin="anonymous"></script>
<title>Games | Polaris</title>
<script data-cfasync="false">window.nitroAds=window.nitroAds||{createAd:function(){return new Promise(e=>{window.nitroAds.queue.push(["createAd",arguments,e])})},addUserToken:function(){window.nitroAds.queue.push(["addUserToken",arguments])},queue:[]};</script>
<script data-cfasync="false" async src="https://s.nitropay.com/ads-1751.js"></script>
</head>
<body>
<div class="content">
<h1 style="font-size: 6vh;">Games</h1>
<h1 style="font-size: 4vh;" class="gamesectionheader">Popular</h1>
<div class="popular-games">
</div>
<h1 style="font-size: 4vh;" class="gamesectionheader">All Games</h1>
<input type="text" id="searchInput" class="settings-input" placeholder="Search Games...">
<br>
<div style="padding-bottom: 2vh;">
</div>
<script type="text/javascript">
atOptions = {
'key' : 'ae1638b56336895e2ecf7d1adc3492a4',
'format' : 'iframe',
'height' : 50,
'width' : 320,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="//outrightsham.com/ae1638b56336895e2ecf7d1adc3492a4/invoke.js"></scr' + 'ipt>');
</script>
<br>
<div class="games">
</div>
<div style="margin-top: 5vh;">
</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>