Files
monkeygg2.github.io/games/crossy-road/index.html
T
2023-08-25 13:31:04 +05:30

35 lines
970 B
HTML

<!--
Game Bootstrapper
@author Kasper Mol <kasper@poki.com>
@copyright Poki 2017
-->
<!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>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<title>Crossy Road</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" async href="app-store-interstitial.css" />
<script src="scripts/extra.min.js"></script>
<script src="poki-sdk.js"></script>
<script src="/global.js"></script>
</head>
<body>
<script src="scripts/bootstrap.min.js"></script>
</body>
</html>