-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (56 loc) · 2.65 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" sizes="48x48" href="/images/reShuffle-icon.ico" />
<link rel="icon" type="image/svg+xml" sizes="any" href="/images/reShuffle-icon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/reShuffle-icon-apple.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/images/reShuffle-icon-64.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/images/reShuffle-icon-192.png" />
<link rel="icon" type="image/png" sizes="194x194" href="/images/reShuffle-icon-194.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/images/reShuffle-icon-512.png" />
<link rel="mask-icon" href="/images/reShuffle-icon-mask.svg" color="#00affe" />
<meta name="apple-touch-startup-image" sizes="512x512" href="/images/reShuffle-icon-512.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="reShuffle" />
<meta name="application-name" content="reShuffle" />
<meta name="msapplication-TileColor" content="#101212" />
<meta name="theme-color" content="#101212" />
<title>reShuffle</title>
<meta
name="description"
content="Refining music shuffle algorithms to enhance your listening!"
/>
<meta
name="keywords"
content="reShuffle, music, shuffle algorithms, shuffle, music streaming"
/>
<meta property="og:title" content="reShuffle" />
<meta property="og:site_name" content="reShuffle" />
<meta
property="og:description"
content="Refining music shuffle algorithms to enhance your listening!"
/>
<meta property="og:image" content="https://reshuffle.one/images/reShuffle-icon.webp" />
<meta property="og:image:alt" content="Blue reShuffle logo" />
<meta property="og:url" content="https://reshuffle.one/" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="reShuffle" />
<meta property="twitter:domain" content="reshuffle.one" />
<meta
name="twitter:description"
content="Refining music shuffle algorithms to enhance your listening!"
/>
<meta name="twitter:image" content="https://reshuffle.one/images/reShuffle-icon.webp" />
<meta name="twitter:image:alt" content="Blue reShuffle logo" />
<link rel="canonical" href="https://reshuffle.one/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>