mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
10 lines
153 B
HTML
10 lines
153 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>luma.gl tests</title>
|
|
</head>
|
|
<body>
|
|
<script src='test-browser-bundle.js'></script>
|
|
</body>
|
|
</html>
|