removed global.js scripts from all games
This commit is contained in:
+21
-31
@@ -1,44 +1,35 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||||
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
||||
<script>
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||||
<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 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
|
||||
crossorigin="anonymous"></script>
|
||||
<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 Unblocked</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" />
|
||||
<script src="/global.js"> </script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<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 7 Unblocked</title>
|
||||
<link href="assets/icon.png" rel="icon" type="image/png"/>
|
||||
<!-- 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="loader">Loading...</div>
|
||||
<div id="orientation"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
<div id="content"> </div>
|
||||
<div id="loader">Loading...</div>
|
||||
<div id="orientation"></div>
|
||||
<script type="text/javascript">
|
||||
var _azerionIntegration = {
|
||||
"rtgEnabled": true,
|
||||
"lbEnabled": false,
|
||||
@@ -84,5 +75,4 @@
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user