1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
2024-07-20 09:12:07 -07:00

13 lines
367 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/resources/styles/home.css">
<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>
</body>
</html>