Files
nebula.js/.codesandbox/mekko/index.html
2025-01-30 13:59:23 +01:00

17 lines
268 B
HTML
Executable File

<!doctype html>
<html>
<head>
<title>Nebula mashup</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app">
<div id="selections"></div>
<div id="object"></div>
</div>
<script src="src/index.js"></script>
</body>
</html>