deploy: f4fb7af669
parent
095afe221a
commit
ed20c6602b
File diff suppressed because one or more lines are too long
13
index.html
13
index.html
|
@ -35,7 +35,7 @@
|
||||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1728927690438">
|
<link rel="stylesheet" href="main.css?1728983851621">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -70,6 +70,11 @@
|
||||||
<button onclick="__fx.settingsManager.exportToFile()">Export</button>
|
<button onclick="__fx.settingsManager.exportToFile()">Export</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="window flex-column" id="customLobbyJoinMenu" style="display: none">
|
||||||
|
<input type="text" id="lobbyCode" placeholder="Enter lobby code">
|
||||||
|
or
|
||||||
|
<button id="createLobbyButton">Create new lobby</button>
|
||||||
|
</div>
|
||||||
<div class="window scrollable selectable" id="playerlist" style="display: none;">
|
<div class="window scrollable selectable" id="playerlist" style="display: none;">
|
||||||
<h1>Player List</h1>
|
<h1>Player List</h1>
|
||||||
<table><tbody id="playerlist_content"></tbody></table>
|
<table><tbody id="playerlist_content"></tbody></table>
|
||||||
|
@ -79,8 +84,8 @@
|
||||||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||||
<table><tbody id="donationhistory_content"></tbody></table>
|
<table><tbody id="donationhistory_content"></tbody></table>
|
||||||
</div></span>
|
</div></span>
|
||||||
<script src="variables.js?1728927690438"></script>
|
<script src="variables.js?1728983851621"></script>
|
||||||
<script src="fx.bundle.js?1728927690438"></script>
|
<script src="fx.bundle.js?1728983851621"></script>
|
||||||
<script src="game.js?1728927690438"></script>
|
<script src="game.js?1728983851621"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue