- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
25 lines (22 loc) · 636 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 636 Bytes
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Translucency</title>
<style>
body {
margin:0;
overflow: hidden;
}
</style>
</head>
<body>
<scriptasyncsrc="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>
<scripttype="importmap">
{"imports": {"three": "https://cdn.skypack.dev/three@0.152.0"}}
</script>
<scripttype="module" src="main.js"></script>
</body>
</html>