Explorar o código

Update index.html

raw.githubusercontent.com does NOT serve .js file as application/javascript MIME type.

Raw Git Going Down Soon.

Github Pages Reccomended.
MackeyK24 %!s(int64=6) %!d(string=hai) anos
pai
achega
c1ca61db67
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Playground/index.html

+ 2 - 2
Playground/index.html

@@ -58,8 +58,8 @@
     <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js" async></script>
 
     <!-- Scene Manager -->
-    <script src="https://raw.githubusercontent.com/BabylonJS/UnityExporter/master/Manager/dist/babylon.manager.js"></script>
-    <script src="https://raw.githubusercontent.com/BabylonJS/UnityExporter/master/Manager/dist/babylon.navmesh.js"></script>
+    <script src="https://mackeyk24.github.io/toolkit/babylon.manager.js"></script>
+    <script src="https://mackeyk24.github.io/toolkit/babylon.navmesh.js"></script>
 
     <link href="css/index.css" rel="stylesheet" />
 </head>