-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 887 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="AI Karaoke suggests five top songs based on the user's mood."
/>
<meta
name="keywords"
content="AI Karaoke, music recommendation, mood-based songs, AI, karaoke, CodingClubBITSP, BITS Pilani"
/>
<meta name="author" content="CodingClubBITSP" />
<meta name="robots" content="index, follow" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<title>AI Karaoke</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>