mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
17 lines
268 B
HTML
Executable File
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>
|