mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MineXLauncher</title>
|
||||
<link rel="icon" type="image/webp" href="/resources/images/icons/favicon.webp" />
|
||||
<link rel="stylesheet" href="/resources/styles/themes/default.css" />
|
||||
<link rel="stylesheet" href="/resources/styles/themes/default.css" />css" />
|
||||
<link rel="stylesheet" id="theme" />
|
||||
<script src="/resources/scripts/google-tag.js"></script>
|
||||
<script src="/resources/scripts/main.js"></script>
|
||||
@@ -59,7 +59,7 @@
|
||||
<div class="settings-section">
|
||||
<label for="theme-select">Theme:</label>
|
||||
<select id="theme-select">
|
||||
<option disabled selected hidden value=""></option>
|
||||
<option disabled hidden value=""></option>
|
||||
</select>
|
||||
</div>
|
||||
<!-- <div class="settings-section">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<input id="username-input" placeholder="Enter username" />
|
||||
<label for="theme-select">Theme:</label>
|
||||
<select id="theme-select">
|
||||
<option disabled selected hidden value=""></option>
|
||||
<option disabled hidden value=""></option>
|
||||
</select>
|
||||
<!-- <label for="offline-checkbox">Enable offline use:</label>
|
||||
<input type="checkbox" id="offline-checkbox" /> -->
|
||||
|
||||
Reference in New Issue
Block a user