56 lines
1.7 KiB
HTML
56 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
|
<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,maximum-scale=1,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 6</title>
|
|
<script type="text/javascript"></script>
|
|
<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="orientation"></div>
|
|
<script type="text/javascript">
|
|
var gtag;
|
|
|
|
var _azerionIntegration = {
|
|
"rType": "none",
|
|
"af": false,
|
|
"sa": true,
|
|
"la": "false",
|
|
"bd": 0,
|
|
"playBtn": "false",
|
|
"cp": false
|
|
}
|
|
|
|
var libs = [];
|
|
var gameName = "vex6.min.js";
|
|
var fbrqLA = false,
|
|
fbrqBD = 0,
|
|
playBtn = false,
|
|
fbrqSA = true,
|
|
libs = [],
|
|
version = 'Yandex-43',
|
|
azCP = false;
|
|
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(gameName, version, function() {});
|
|
</script>
|
|
</body>
|
|
</html> |