preparing for 2024 update

Co-authored-by: Cobalt-60 <plastics-eater@users.noreply.github.com>
This commit is contained in:
Russell2259
2023-12-31 10:51:47 -07:00
parent d857195e93
commit 6052835a02
33 changed files with 922 additions and 664 deletions
+17 -4
View File
@@ -12,17 +12,30 @@
<title>View | Polaris</title>
</head>
<body>
<!--//el:sidebar-->
<body class="hidden">
<iframe frameborder="0"></iframe>
<div class="gamebar">
<a href="/">
<img src="/assets/img/logo.png" class="logo">
</a>
<h1 class="title">Game</h1>
<h1 class="title">Loading...</h1>
<div class="right">
<span class="item" id="return">
<i class="fa-solid fa-chevron-left"></i>
</span>
<span class="item" id="fullscreen">
<i class="fa-regular fa-expand"></i>
</span>
</div>
</div>
<div class="hitbox"></div>
<script src="/assets/js/view.js" type="module"></script>
<script src="/assets/js/main.js" type="module"></script>
<!--el:{{mode === 'dev'}}:development-->