mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
16 lines
647 B
HTML
16 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Eaglercraftλ 1.9</title>
|
|
<link rel="icon" type="image/webp" href="/resources/images/icons/clients/1.9.4.webp" />
|
|
<link rel="stylesheet" href="/resources/styles/eagler.css" />
|
|
<script src="/resources/scripts/google-tag.js"></script>
|
|
<script src="/game/web/main/1.9.4/classes.js"></script>
|
|
<script src="/resources/scripts/eagler-launch/1.8.8/eaglerpocketmobile.js"></script>
|
|
<script src="/resources/scripts/eagler-launch/1.9.4/main.js"></script>
|
|
</head>
|
|
<body id="game_frame"></body>
|
|
</html>
|