44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
<!doctype html>
|
|
<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">
|
|
<title>Awesome Tanks 2</title>
|
|
<meta name="HandheldFriendly" content="true">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no">
|
|
<link href="styles/main.css" rel="stylesheet">
|
|
<link href="styles/fonts.css" rel="stylesheet">
|
|
<meta name="apple-mobile-web-app-title" content="Awesome Tanks">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
</head>
|
|
<body>
|
|
<p style="font-family: 'Gunplay'; position: absolute; pointer-events: none; opacity: 0">Font loader</p>
|
|
<script>
|
|
var AT = {
|
|
// URL where an user will be redirected after clicking "Play" button on the Site lock screen
|
|
'SITE_LOCK_TARGET': '//www.coolmathgames.com/'
|
|
};
|
|
|
|
var WebFontConfig = {
|
|
'classes': false,
|
|
'timeout': 0,
|
|
'active': function() {},
|
|
'custom': {'families': ['Gunplay'], 'urls': ['styles/fonts.css']}
|
|
};
|
|
</script>
|
|
<script src="awesome_tanks_2.js"></script>
|
|
<script type="text/javascript" src="/global.js"> </script>
|
|
</body>
|
|
</html>
|