-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (51 loc) · 2.12 KB
/
index.html
File metadata and controls
80 lines (51 loc) · 2.12 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<!-- Mirrored from html5.gamedistribution.com/rvvASMiM/0c454c9562d249d28ba3a2b50564042c/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 28 Nov 2022 01:11:10 GMT -->
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui, shrink-to-fit=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Vex 7</title>
<link rel="icon" type="image/png" href="assets/icon.png">
<!-- For apple devices -->
<link rel="apple-touch-icon" type="image/png" href="assets/icon.png" />
<link rel="stylesheet" href="assets/css/app.css" type="text/css" />
</head>
<body>
<div id="content"> </div>
<div id="loader">Loading...</div>
<div id="orientation"></div>
<script type="text/javascript">
var _azerionIntegration = {
"rtgEnabled": true,
"lbEnabled": false,
"fbType": "dummy",
"alxType": "std",
"af": false,
"sa": false,
"la": false,
"bd": 0,
"playBtn": true,
"cp": false
}
var libs = [];
var gameName = "vex7.min.js";
var enableAnalytics, azAdWrapper, _azFeedback;
//This all here is for cache busting;
function addScript(src, buster, callback) {
var s = document.createElement('script');
s.setAttribute('src', src + '?v=' + buster);
if (typeof callback === 'function') {
s.onload = callback;
}
document.body.appendChild(s);
}
addScript('version.js', Date.now(), function() {
addScript(gameName, version, function() {});
});
</script>
</body>
<!-- Mirrored from html5.gamedistribution.com/rvvASMiM/0c454c9562d249d28ba3a2b50564042c/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 28 Nov 2022 01:11:11 GMT -->
</html>