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

30 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en-us" style="height:100%">
<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>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="duck-life-4.jpg" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Duck Life 4</title>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/duck.json");
</script>
<link rel="icon" type="image/x-icon" href="splash.jpg" />
<link rel="shortcut icon" type="image/x-icon" href="splash.jpg" />
<script type="text/javascript" src="/global.js"> </script>
</head>
<body style="width:100%; height:100%; margin:0">
<div id="gameContainer" style="width:100%; height:100%;"></div>
</body>
</html>