mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
24 lines
646 B
HTML
24 lines
646 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>404 Page Not Found</title>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-972V2NZ2ZK"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag("js", new Date());
|
|
gtag("config", "G-972V2NZ2ZK");
|
|
</script>
|
|
<!-- End Google tag -->
|
|
</head>
|
|
<body>
|
|
<h1>404 Page Not Found</h1>
|
|
<p>Sorry, the page you are looking for does not exist.</p>
|
|
<p><a href="/">Go Home?</a></p>
|
|
</body>
|
|
</html>
|