28 lines
815 B
HTML
28 lines
815 B
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">
|
|
|
|
<title>Play | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<iframe class="frame" scrolling="no" frameborder="no" sandbox="allow-scripts allow-forms allow-pointer-lock allow-same-origin"></iframe>
|
|
|
|
<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>
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
</body>
|
|
|
|
</html>
|