mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
24 lines
741 B
HTML
24 lines
741 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Eaglercraft b1.7.3</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/b1.7.3/js/app.js"></script>
|
|
<script>
|
|
window.addEventListener('load', function () {
|
|
window.config = {
|
|
gameContainer: 'game_frame',
|
|
assetsLocation: '/game/web/main/b1.7.3/resources.mc',
|
|
};
|
|
history.replaceState({}, '', '/');
|
|
main();
|
|
});
|
|
</script>
|
|
</head>
|
|
<body id="game_frame"></body>
|
|
</html>
|