32 lines
1.2 KiB
HTML
32 lines
1.2 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 async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9661054437111080"
|
|
crossorigin="anonymous"></script>
|
|
<title>View | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<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>
|
|
|
|
</html> |