-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
27 lines (27 loc) · 976 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Madalin Stunt Cars 2</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/04cfd823429f9d23bbb0a65451607432.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/947fbffd809fc7e52832e3276b5ca85d.json", {
onProgress: UnityProgress
});
</script>
</head>
<body>
<div class="webgl-content" style="width: 100%; height: 100%; overflow: hidden">
<div id="gameContainer" style="width: 100%; height: calc(100% - 38px);"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
</div>
</div>
</body>
</html>