This commit is contained in:
Russell2259
2023-12-03 21:48:05 -07:00
parent b3a2bcf764
commit e4c0cb6920
33 changed files with 1326 additions and 474 deletions
+12 -7
View File
@@ -2,30 +2,35 @@
<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">
<!--el:meta-->
<!--el:adtop-->
<!--el:analytics-->
<link rel="stylesheet" href="/assets/css/main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9661054437111080"
crossorigin="anonymous"></script>
<title>View | Polaris</title>
</head>
<body>
<!--el:navbar-->
<div>
<div style="overflow: hidden; z-index: 1000000;">
<iframe class="frame" overflow: auto; frameborder="no"
sandbox="allow-scripts allow-forms allow-pointer-lock allow-same-origin"></iframe>
</div>
<div class="gamebar">
<img src="https://via.placeholder.com/20x20?text=img" id="gameicon" />
<p id="gametitle">Loading...</p>
<i class="fa-solid fa-expand" id="fullscreen"></i>
</div>
</div>
<br>
<a href="https://discord.gg/skool-community-950407933408198717"><button>Join our Discord Server</button></a>
<script src="/assets/js/main.js" type="module"></script>
</body>