mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 08:44:49 +00:00
13 lines
311 B
HTML
13 lines
311 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>
|
|
</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>
|