1
0
forked from sent/waves
waves-fork/public/assets/g/subway/play.html
2025-04-09 17:11:14 -05:00

39 lines
1.7 KiB
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Subway Runner Unblocked - UBG365</title>
<meta name="description" content="Subway Runner Unblocked is a fun unblocked game that you can play at school from chromebook. In our catalog you can find many cool online games that you may enjoy.">
<link href="shared/style.css" rel="stylesheet">
<link rel="stylesheet" href="TemplateData56/style.css">
<script src="TemplateData56/UnityProgress.js"></script>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<script src="Build/UnityLoader.js"></script>
<script>
window.origBlob = window.Blob;
window.Blob = function(array, options) {
if (array[1]instanceof Uint8Array) {
array[1] = new TextDecoder("utf-8").decode(array[1]).replace(/window\.top\.location\.href|window\.location\.href|document\.referrer|document\.URL/g, '"https://storage.y8.com/"');
}
return new window.origBlob(array,options);
}
;
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/subway_runner_v3.json", {
onProgress: UnityProgress,
Module: {
onRuntimeInitialized: function() {
UnityProgress(gameInstance, "complete")
}
}
});
</script>
<script src="shared/lib.js" type="text/javascript"></script>
<script src="shared/gamebreak/gamebreak.js" type="text/javascript"></script>
</head>
<body>
<div class="webgl-content">
<div id="gameContainer" style="width: 100vw; height: 100vh"></div>
</div>
</body>
</html>