Files
Polaris/static/games.html
T
2024-03-25 21:41:45 -04:00

67 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--el:meta-->
<!--el:adtop-->
<!--el:analytics-->
<link rel="stylesheet" href="/assets/css/main.css">
<title>Games | Polaris</title>
</head>
<body>
<!--el:navbar-->
<!--el:sidebar-->
<div class="content centered">
<h1 style="font-size: 6vh;">Games</h1>
<div class="popular-games">
</div>
<h1 style="font-size: 4vh;" class="gamesectionheader">All Games</h1>
<div class="search">
<input type="text" id="searchInput" placeholder="Search Games">
<button id="randomGame" title="Play a random game">
<i class="fa-solid fa-dice"></i>
</button>
<select id="searchSort" title="Sort the games">
<option value="none" selected>Don't Sort</option>
<option value="newest">Newest</option>
<option value="abc">Alphabetical</option>
</select>
</div>
<br>
<script type="text/javascript">
atOptions = {
'key' : 'cf0bb7d0401f5ae5534ac09c2e959d20',
'format' : 'iframe',
'height' : 90,
'width' : 728,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="//outrightsham.com/cf0bb7d0401f5ae5534ac09c2e959d20/invoke.js"></scr' + 'ipt>');
</script>
<div class="games">
</div>
<div class="searchErr hidden">
<h1 class="title">¯\(°_o)/¯</h1>
<br>
<p>Oops, we couldn't find the game you were looking for.</p>
</div>
<!--el:discord_widget-->
<script src="/assets/js/main.js" type="module"></script>
<!--el:{{mode === 'dev'}}:development-->
</body>
</html>