-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
31 lines (29 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mischmasch</title>
<style>
/* remove extra spacing around elements so we can fill the available page */
* { margin: 0; }
</style>
</head>
<body>
<div id="app"></div>
<!-- <script type="importmap">
{
"imports": {
"troika-three-text": "https://unpkg.com/troika-three-text@latest/dist/troika-three-text.esm.js",
"troika-three-utils": "https://unpkg.com/troika-three-utils@latest/dist/troika-three-utils.esm.js",
"troika-worker-utils": "https://unpkg.com/troika-worker-utils@latest/dist/troika-worker-utils.esm.js",
"webgl-sdf-generator": "https://unpkg.com/webgl-sdf-generator@latest/dist/webgl-sdf-generator.mjs",
"bidi-js": "https://unpkg.com/bidi-js@latest/dist/bidi.mjs"
}
}
</script> -->
<script src="components/Audio/subworkers.js"></script>
<script src='components/Audio/genish.js'></script>
<script type="module" src="/main.js"></script>
</body>
</html>