index.html 445 Bytes
Newer Older
FangLouhao's avatar
FangLouhao committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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 | web player</title>
    <script src="Build/UnityLoader.js"></script>
    <script>
      UnityLoader.instantiate("unityContainer", "Build/webGL.json");
    </script>
  </head>
  <body>
  <div id="unityContainer" style="width: 99vw; height: 95vh;"></div>  </body>
</html>