56 lines
1.4 KiB
HTML
56 lines
1.4 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 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
|
|
crossorigin="anonymous"></script>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0,
|
|
minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no'>
|
|
|
|
<title>Temple Run 2</title>
|
|
|
|
<link rel='icon' type='image/ico' href='./favicon.ico'>
|
|
<link rel='stylesheet' type="text/css" href='./global.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>
|
|
<script src="/global.js"> </script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|