Update static/index.html
Browse files- 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 |
-
|
| 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>
|