-
Notifications
You must be signed in to change notification settings - Fork 0
/
soy-sauce.html
40 lines (36 loc) · 985 Bytes
/
soy-sauce.html
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
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🪩 🧸 🪩</title>
<link rel="stylesheet" href="main.css?v=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="🪩 🧸 🪩" />
<meta property="og:image" content="https://shelby.cool/disco-ball/preview-soy-sauce.png" />
<style>
.overlay-block {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.container {
top: 0;
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
<div class="container">
</div>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three/build/three.module.js",
"three/addons/": "https://unpkg.com/three/examples/jsm/"
}
}
</script>
<script src="index_soy-sauce.js?v=1.2" type="module"></script>
</body>
</html>