-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlockPost.html
More file actions
36 lines (31 loc) · 806 Bytes
/
BlockPost.html
File metadata and controls
36 lines (31 loc) · 806 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
36
<!DOCTYPE html>
<html>
<head>
<base href="https://rawcdn.githack.com/genizy/assets/main/blockpost/">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Blockpost</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>