updated config and bug fixes
This commit is contained in:
+21
@@ -12,6 +12,11 @@
|
||||
<link href="js/loading.js" rel="preload" as="script">
|
||||
<link href="js/jquery-dev.js" rel="preload" as="script">
|
||||
<link href="css/loading.css" rel="preload" as="style" type="text/css">
|
||||
<link href="config.jsonc" rel="prefetch" as="fetch" type="text/plain">
|
||||
<link href="fonts/Flexi_IBM_VGA_True_437.svg" rel="prefetch" as="font">
|
||||
<link href="fonts/Flexi_IBM_VGA_True_437.woff" rel="prefetch" as="font">
|
||||
<link href="fonts/Flexi_IBM_VGA_True_437.woff2" rel="prefetch" as="font">
|
||||
|
||||
|
||||
<!-- now loading css -->
|
||||
<link href="css/loading.css" rel="stylesheet" type="text/css">
|
||||
@@ -72,6 +77,11 @@
|
||||
<img src="imgs/icon-256-256.png" alt="MonkeyGG2 Icon">
|
||||
</logo>
|
||||
<div id="particles"></div>
|
||||
<dialog id="disabled">
|
||||
<div>
|
||||
This feature has been disabled by whoever is hosting this MonkeyGG2 instance.
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<div class="homepage">
|
||||
<div class="card-row">
|
||||
@@ -232,10 +242,21 @@
|
||||
</div>
|
||||
<ul id="gamesList"></ul>
|
||||
</div>
|
||||
<div class="settings">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="page-loader">
|
||||
<iframe></iframe>
|
||||
<button id="gameButton" class="in-game-button">
|
||||
<svg class="svg-inline--fa fa-chevron-left fa-w-10" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg><!-- <i class="fas fa-chevron-left"></i> Font Awesome fontawesome.com -->
|
||||
<img src="imgs/icon-256-256.png" width="36" height="36" alt="Logo">
|
||||
</button>
|
||||
<button id="refresh" class="in-game-button">
|
||||
<img src="imgs/refresh.png" width="40" height="36" alt="Logo">
|
||||
<svg class="svg-inline--fa fa-chevron-left fa-w-10" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" data-fa-i2svg=""><path fill="#565b65" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg><!-- <i class="fas fa-chevron-left"></i> Font Awesome fontawesome.com -->
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<script src="js/jquery-dev.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user