-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 979 Bytes
/
index.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
<!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="js/loader.js"></script>
<script type="text/javascript">
window.__eaglercraftLoaderClient = {
container: "game_frame",
name: "EaglercraftX 1.8",
file: "net.lax1dude.eaglercraft.v1_8.client",
cid: "bafybeig7g55vk5kveu67sn3g6trfxk2lcd552e3vd7dk3sxi54ncffnwji",
path: "",
dlSize: 11530338,
gzip: true
};
</script>
<link type="image/png" rel="shortcut icon" href="images/game.png">
</head>
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
</body></html>