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

35 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<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>
<link rel="icon" type="image/x-icon" href="img/images.jpg" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Getaway Shootout</title>
<script src="Build/UnityLoader.js"></script>
<script src="/js/main.js"></script>
<style>
body {
background-color: #000000;
}
</style>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "GetawayShootout.json", { width: 800, height: 600 });
</script>
<script type="text/javascript" src="/global.js"> </script>
</head>
<body>
<div id="gameContainer" style="width: 100%; height: 100%; margin: auto;"></div>
</body>
</html>