| Current Path : /var/www/html/unity/hepili-simulation/ |
| Current File : /var/www/html/unity/hepili-simulation/index.html |
<!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 | HePiLI</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 gameInstance = UnityLoader.instantiate("gameContainer", "Build/Hepili.json", {onProgress: UnityProgress});
</script>
<style>
#canvas {
width: 100vw !important;
height: 100vh !important;
}
</style>
</head>
<body>
<div class="webgl-content" style="margin:0;padding:0;width: 100vw; height: 100vh;">
<div id="gameContainer" style="margin:0;padding:0;width: 100vw; height: 100vh;"></div>
<div class="footer" style="display:none;">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
<div class="title">HePiLI</div>
</div>
</div>
</body>
</html>