Create INDEX File
This commit is contained in:
parent
5a3a001662
commit
b329e6bc9b
17
index.htm
Normal file
17
index.htm
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<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="/js/mapviewgl.js"></script>
|
||||||
|
<style type="text/css">
|
||||||
|
body { margin: 0; }
|
||||||
|
canvas { width: 100%; height: 100% }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="container"></div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user