awacke1 commited on
Commit
e049aa3
·
1 Parent(s): 886bd72

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -7,7 +7,7 @@
7
  </head>
8
  <body style="text-align: center; padding: 0; border: 0; margin: 0;">
9
  <canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
10
- <script src="Build/HTML5Output.loader.js"></script>
11
  <script>
12
  if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
13
  // Mobile device style: fill the whole browser client area with the game canvas:
@@ -25,9 +25,9 @@
25
  }
26
 
27
  createUnityInstance(document.querySelector("#unity-canvas"), {
28
- dataUrl: "Build/HTML5Output.data.gz",
29
- frameworkUrl: "Build/HTML5Output.framework.js.gz",
30
- codeUrl: "Build/HTML5Output.wasm.gz",
31
  streamingAssetsUrl: "StreamingAssets",
32
  companyName: "3D HTML5 AI on HuggingFace",
33
  productName: "3D HTML5 AI on HuggingFace",
 
7
  </head>
8
  <body style="text-align: center; padding: 0; border: 0; margin: 0;">
9
  <canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
10
+ <script src="HTML5Output.loader.js"></script>
11
  <script>
12
  if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
13
  // Mobile device style: fill the whole browser client area with the game canvas:
 
25
  }
26
 
27
  createUnityInstance(document.querySelector("#unity-canvas"), {
28
+ dataUrl: "HTML5Output.data.gz",
29
+ frameworkUrl: "HTML5Output.framework.js.gz",
30
+ codeUrl: "HTML5Output.wasm.gz",
31
  streamingAssetsUrl: "StreamingAssets",
32
  companyName: "3D HTML5 AI on HuggingFace",
33
  productName: "3D HTML5 AI on HuggingFace",