-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheaglercraft-1.8.8.html
32 lines (31 loc) · 964 Bytes
/
eaglercraft-1.8.8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minecraft 1.8.8</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64TQKQ7TWQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-64TQKQ7TWQ');
</script>
<script type="text/javascript" src="loader.js"></script>
<script type="text/javascript">
window.__eaglercraftLoaderClient = {
container: "game_frame",
name: "EaglercraftX 1.8",
file: "net.lax1dude.eaglercraft.v18.client",
cid: "bafybeieodpsr2hzongnmmbvap3jp73orapxn65oz45l572phdtthhdmfam",
path: "",
dlSize: 11464447,
gzip: true
};
</script>
<link type="image/png" rel="shortcut icon" href="game.png" />
</head>
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
</body>
</html>