mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
15 lines
312 B
HTML
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>
|