37 lines
825 B
HTML
37 lines
825 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!--el:meta-->
|
|
<!--el:adtop-->
|
|
<!--el:analytics-->
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|
|
|
<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>
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
</body>
|
|
|
|
</html> |