1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
MineXLauncher/src/offline.html
zumbiepig 01d1aebe64
,
2024-09-07 16:10:28 -07:00

64 lines
1.7 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="#333" />
<script src="/resources/scripts/google-tag.js"></script>
<script src="/resources/scripts/main.js"></script>
</head>
<body>
<div class="ads-container">
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-1132419379737567"
data-ad-slot="3280170072"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
</div>
<div class="launcher">
<span class="title-bar">MineXLauncher</span>
<div class="content">
<div class="main-panel">
<div class="main-content">
<div class="error-page">
<h1>You are offline</h1>
<p>Reconnecting to internet and try again.</p>
</div>
</div>
</div>
</div>
<div class="bottom-bar">
<span onclick="window.open('https://discord.gg/VRwbRJjXzt')"
>Join the MineXLauncher Discord</span
>
<span>© 2024 MineXLauncher. All rights reserved.</span>
</div>
</div>
<div class="ads-container">
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-1132419379737567"
data-ad-slot="3280170072"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
</div>
</body>
</html>