luma.gl/modules/script/test/index.html
2018-09-06 12:12:17 -07:00

15 lines
312 B
HTML

<html>
<head>
<style>
body {margin: 0; padding: 0;}
#geo, #non-geo {position: absolute; width: 50vw; height: 100vh;}
#non-geo {left: 50vw; top: 0;}
</style>
</head>
<body>
<div id="geo" ></div>
<div id="non-geo" ></div>
</body>
<script src='main.js'></script>
</html>