n
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Love_Balls_3</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var unityInstance = UnityLoader.instantiate("unityContainer", "Build/Desktop.json", {onProgress: UnityProgress});
</script>
</head>
<body>
<div class="webgl-content">
<div id="unityContainer" style="width: 960px; height: 600px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
<div class="title">Love_Balls_3</div>
</div>
</div>
</body>
<head>
<!-- Yandex Games SDK -->
<script src="https://yandex.ru/games/sdk/v2"></script>
<script>
YaGames
.init({
adv: {
onAdvClose: wasShown => {
console.info('adv closed!');
}
}
})
.then(ysdk => {
ysdk.adv.showFullscreenAdv();
});
</script>
</head>
<head>
<!-- Yandex.RTB R-A-561139-2 -->
<div id="yandex_rtb_R-A-561139-2" style="width: 190px; height: 600px; left: 1px; top: 1px; " ></div>
<script type="text/javascript">
function URefresh(){
(function(w, d, n, s, t) {
w[n] = w[n] || [];
w[n].push(function() {
Ya.Context.AdvManager.render({
blockId: "R-A-561139-2",
renderTo: "yandex_rtb_R-A-561139-2",
async: true
});
});
t = d.getElementsByTagName("script")[0];
s = d.createElement("script");
s.type = "text/javascript";
s.src = "//an.yandex.ru/system/context.js";
s.async = true;
t.parentNode.insertBefore(s, t);
})(this, this.document, "yandexContextAsyncCallbacks");
}
URefresh();
setInterval(URefresh, 30000);
</script>
</head>
</html>