oggata commited on
Commit
807a49f
·
verified ·
1 Parent(s): 783ff05

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -12,6 +12,6 @@
12
  <div id="three-container"></div>
13
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
14
  <script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/controls/OrbitControls.js"></script>
15
- <script src="/js/three_map.js"></script>
16
  </body>
17
  </html>
 
12
  <div id="three-container"></div>
13
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
14
  <script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/controls/OrbitControls.js"></script>
15
+ <script src="js/three_map.js"></script>
16
  </body>
17
  </html>