-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 898 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
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Geometry Dash 3D - unblocked games compilation</title>
<link rel="stylesheet" href="gameloader2020.css" />
<script src="gameloader2020.js"></script>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script type="text/javascript">
var options = {
author: "unblocked games compilation",
logo: "logo.jpg",
gameName: "Geometry Dash 3D",
gameUrl: "https://1player.games/geometry-dash-3d",
moreLink: ("https://1player.games"),
allowFullscreen: true,
locale: "ru_RU",
loader: "unity2020",
loaderOptions: {
unityLoaderUrl: "Builds.loader.js",
unityConfigOptions: {
dataUrl: "Builds.data.gz",
frameworkUrl: "Builds.framework.js.gz",
codeUrl: "Builds.wasm.gz",
streamingAssetsUrl: "StreamingAssets"
}
},
};
GameInit.load(options);
</script>
</body>
</html>