-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.39 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.39 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
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sparkle.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="An upcoming duo ysws where you learn something from your friend and earn rewards!"
/>
<meta property="og:title" content="Sparkle - a ysws where you learn" />
<meta
property="og:description"
content="An upcoming duo ysws where you learn something from your friend and earn rewards!"
/>
<meta
property="og:image"
content="https://user-cdn.hackclub-assets.com/019cc9a9-0c2a-7308-8363-8d2d626d530e/sparkle_bg_1920x1080.webp"
/>
<link
rel="preload"
as="image"
href="/assets/sparkle_bg_1920x1080.webp"
fetchpriority="high"
imagesrcset="/assets/sparkle_bg_1920x1080.webp 1920w, /assets/sparkle_bg_2560x1440.webp 2560w"
imagesizes="100vw"
/>
<link
rel="preload"
as="image"
href="/assets/dark_bg_1920x1080.webp"
media="(prefers-color-scheme: dark)"
fetchpriority="high"
imagesrcset="/assets/dark_bg_1920x1080.webp 1920w, /assets/dark_bg_2560x1440.webp 2560w"
imagesizes="100vw"
/>
<title>Sparkle</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>