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

21 lines
700 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eaglercraft Classic</title>
<link rel="icon" type="image/webp" href="/resources/images/icons/clients/eagler.webp" />
<link rel="stylesheet" href="/resources/styles/eagler.css" />
<script src="/resources/scripts/google-tag.js"></script>
<script src="/game/web/main/classic/app.js"></script>
<script>
window.addEventListener('load', function () {
window.classicConfig = ['game_frame', '/game/web/main/classic/resources.mc'];
history.replaceState({}, '', '/');
main();
});
</script>
</head>
<body id="game_frame"></body>
</html>