mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="display: none">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<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" id="theme" onload="document.documentElement.style.display = ''" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<script src="/resources/scripts/google-tag.js"></script>
|
|
<script src="/resources/scripts/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="launcher">
|
|
<div class="title-bar">
|
|
<span>MineXLauncher</span>
|
|
</div>
|
|
<div class="content">
|
|
<div class="main-panel">
|
|
<div class="main-content">
|
|
<div class="setup-page">
|
|
<h2>Welcome to MineXLauncher!</h2>
|
|
<p>Let's get you setup.</p>
|
|
<form id="setup-form">
|
|
<label for="username-input">Username:</label>
|
|
<input id="username-input" placeholder="Enter username" />
|
|
<label for="theme-select">Theme:</label>
|
|
<select id="theme-select">
|
|
<option disabled hidden value=""></option>
|
|
</select>
|
|
<!-- <label for="offline-checkbox">Enable offline use:</label>
|
|
<input type="checkbox" id="offline-checkbox" /> -->
|
|
<button type="submit" class="setup-submit">Submit</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="bottom-bar">
|
|
<div class="bottom-bar-links">
|
|
<a href="https://discord.gg/VRwbRJjXzt" class="bottom-bar-left link" target="_blank">Join the MineXLauncher Discord</a>
|
|
</div>
|
|
<div class="bottom-bar-links">
|
|
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|