-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
34 lines (33 loc) · 1.42 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
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/powerstar.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
<title>Soon™</title>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
}
}
</script>
<script type="module" crossorigin src="/assets/index-CGcZPkVd.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C3A00DVB.css">
</head>
<body>
<canvas id="bg" title="~ admire the emptiness of space ~"></canvas>
<div id="soon">
<p title="it's releasing tomorrow, but it will be delayed every day">Soon™</p>
<audio id="music" autoplay></audio>
</div>
<div id="controls">
<p title="relax to some music while you wait for it to be released" id="current-music-title">🎵 Currently playing : <span id="music-title">None</span></p>
<button class="skip-button" id="skip-button">Skip</button>
</div>
</body>
</html>