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

51 lines
1.3 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="width=device-width, initial-scale=1.0,
minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" name="viewport"/>
<title>Temple Run 2</title>
<link href="./favicon.ico" rel="icon" type="image/ico"/>
<link href="./global.css" rel="stylesheet" type="text/css"/>
<!-- <link rel='stylesheet' type="text/css" href='./bundle.css'> -->
<style>
html,
body {
overflow: hidden;
width: 100%;
height: 100%;
min-height: 100%;
max-height: 100%;
position: absolute;
top:0;
left: 0;
margin: 0;
padding: 0;
-webkit-text-size-adjust: none;
touch-action: pan-x pan-y;
}
/* @media only screen and (orientation:landscape) {
body {
transform: rotate(90deg);
}
} */
</style>
<script defer="" src="poki-sdk.js"></script>
<script defer="" src="bundle.js"></script>
</head>
<body>
</body>
</html>