Be more specific with external library locations

This commit is contained in:
roblevesque 2016-07-07 11:23:38 -04:00 committed by GitHub
parent 47da08343c
commit b175831333

View File

@ -1,9 +1,9 @@
<html>
<head>
<script src="//threejs.org/build/three.js"></script>
<script src="//threejs.org/examples/js/controls/OrbitControls.js"></script>
<script src="//gamestd.io/three-text2d/dist/three-text2d.js"></script>
<script src="//crival.net/3d/js/Detector.js"></script> <!-- Not sure if this is even needed anymore. -->
<script src="http://threejs.org/build/three.js"></script>
<script src="http://threejs.org/examples/js/controls/OrbitControls.js"></script>
<script src="http://gamestd.io/three-text2d/dist/three-text2d.js"></script>
<script src="http://crival.net/3d/js/Detector.js"></script> <!-- Not sure if this is even needed anymore. -->
<script src="/js/mapviewgl.js"></script>
<style type="text/css">
body { margin: 0; }