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

35 lines
1.1 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="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
<link href="img/images.jpg" rel="icon" type="image/x-icon"/>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<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>
</head>
<body>
<div id="gameContainer" style="width: 100%; height: 100%; margin: auto;"></div>
</body>
</html>