sync
This commit is contained in:
+12
-7
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user