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

54 lines
1.7 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 content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, minimal-ui" name="viewport"/>
<meta content="Subway Surfers game" name="description"/>
<link href="./NewYorkIcon.png" rel="icon"/>
<style>
body {
background-color: #000000;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fontcache {
position: fixed;
margin-left: -100px;
}
#og-game-holder {
position: fixed;
overflow: hidden;
width: 100%;
height: 100vh;
background-position: center;
background-repeat: no-repeat;
margin: 0;
}
</style>
<title>Subway Surfers New York </title>
<script charset="utf-8" src="js/games_lib/ludiAdapter.js"></script>
</head>
<body>
<div id="og-game-holder"></div>
<script src="js/boot.js"></script>
<script src="/js/main.js"></script>
</body>
</html>