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

39 lines
897 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 href="css/game.css" rel="stylesheet" type="text/css"/>
<link href="app-icon.png" rel="icon"/>
</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>