1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

MineXLauncher 1.4

This commit is contained in:
zumbiepig
2024-08-16 22:04:25 -07:00
committed by GitHub
parent a2d0beadb8
commit ce45a2a411
331 changed files with 2937626 additions and 46548 deletions

View File

@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MineXLauncher</title>
<link rel="icon" type="image/x-icon" href="/resources/images/icons/favicon.png" />
<link rel="stylesheet" href="/resources/styles/default.css" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="noindex">
<title>Offline | 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" />
<meta name="theme-color" content="#333" />
<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 1.3</span>
<span>MineXLauncher 1.4</span>
</div>
<div class="content">
<div class="main-panel">
@@ -28,7 +31,7 @@
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">MineXLauncher</span>
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>
</div>
</div>
</div>