30 lines
1.1 KiB
HTML
30 lines
1.1 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="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
|
|
<meta charset="utf-8"/>
|
|
<link href="duck-life-4.jpg" rel="icon" type="image/x-icon"/>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
<title>Duck Life 4</title>
|
|
<script src="Build/UnityLoader.js"></script>
|
|
<script>
|
|
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/duck.json");
|
|
</script>
|
|
<link href="splash.jpg" rel="icon" type="image/x-icon"/>
|
|
<link href="splash.jpg" rel="shortcut icon" type="image/x-icon"/>
|
|
|
|
</head>
|
|
<body style="width:100%; height:100%; margin:0">
|
|
<div id="gameContainer" style="width:100%; height:100%;"></div>
|
|
</body>
|
|
</html> |