Files
monkeygg2.github.io/games/vex-6/index.html
T
2023-09-25 19:51:08 -04:00

52 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L02W3ZMS5');
</script>
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
<meta charset="utf-8"/>
<meta content="ie=edge" http-equiv="x-ua-compatible"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui, shrink-to-fit=no" id="viewport" name="viewport"/>
<meta content="yes" name="mobile-web-app-capable">
<meta content="yes" name="apple-mobile-web-app-capable"/>
<title>Vex 6 Unblocked</title>
<link href="assets/icon.png" rel="icon" type="image/png"/>
<meta content="vex-6.png" property="og:image"/>
<!-- For apple devices -->
<link href="assets/icon.png" rel="apple-touch-icon" type="image/png"/>
<link href="assets/css/app.css" rel="stylesheet" type="text/css">
</link></meta></head>
<body>
<div id="content"> </div>
<div id="orientation"></div>
<script type="text/javascript">
var libs = [];
var gtag;
var gameName = "vex6.min.js";
//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>
</html>