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

44 lines
1.6 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="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
<meta charset="utf-8"/>
<title>Awesome Tanks 2</title>
<meta content="true" name="HandheldFriendly"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" name="viewport"/>
<link href="styles/main.css" rel="stylesheet"/>
<link href="styles/fonts.css" rel="stylesheet"/>
<meta content="Awesome Tanks" name="apple-mobile-web-app-title"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
</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>
</body>
</html>