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

38 lines
995 B
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>
<meta charset="utf-8">
<title>Rooftop Snipers</title>
<link rel="stylesheet" href="css/game.css" type="text/css">
<link rel="icon" href="app-icon.png">
<script type="text/javascript" src="/global.js" defer> </script>
</head>
<body>
<script src="js/UnityLoader.js"></script>
<div class="webgl-content"><div id="gameContainer"></div></div>
<script src="js/rooftop-snipers-game.js"></script>
</body>
</html>
<style>
body {
overflow: hidden; /* Hide scrollbars */
}
h1 {
text-align: center;
text-transform: uppercase;
color: #000000;
}
</style>
<noscript>
<h1>the game will not run without javascript</h1>
</noscript>