-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 727 Bytes
/
index.html
File metadata and controls
35 lines (30 loc) · 727 Bytes
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
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Blockpost - Unblocked Games Compilation</title>
<script>
window.config = {
loader: 'unity',
debug: false,
maxRatio: 16 / 9,
minRatio: 9 / 16,
title: 'Blockpost',
thumbnail: 'thumb.png',
numScreenshots: 4,
unityVersion: '2018.4.32f1',
unityWebglBuildUrl: 'Build\/webgl_poki.json',
fileSize: 22,
cachedDecompressedFileSizes: {
'webgl_poki.data.unityweb': 12379304 ,
'webgl_poki.wasm.code.unityweb': 9776558 ,
'webgl_poki.wasm.framework.unityweb': 100499 ,
},
};
</script>
</head>
<body>
<script src="master-loader.js"></script>
</body>
</html>