-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
40 lines (39 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="Alex Smagin" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harmony Hub</title>
<meta
name="description"
content="Harmony Hub is an innovative platform that helps users generate personalized music playlists based on their emotional states, enhancing the music experience through technology."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Harmony Hub" />
<meta
property="og:description"
content="Explore personalized music playlists tailored to your emotions with Harmony Hub, developed as part of Hackathon 2024."
/>
<meta property="og:url" content="" />
<meta property="og:image" content="/favicon.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Harmony Hub" />
<meta
name="twitter:description"
content="Discover music playlists that resonate with your feelings on Harmony Hub."
/>
<meta name="twitter:image" content="/favicon.svg" />
<meta name="twitter:creator" content="@alexsmagin29" />
<meta
name="keywords"
content="Harmony Hub, music generation, personalized playlists, emotional music, music technology, Hackathon 2024, Node.js, Express.js, MongoDB, web application"
/>
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>