-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.26 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SpotifyStat - Your Music Analytics</title>
<meta name="description" content="Dive deep into your Spotify listening habits with powerful analytics, insights, and personalized recommendations.">
<meta property="og:title" content="SpotifyStat - Your Music Analytics">
<meta property="og:description" content="Discover your listening patterns, top tracks, and music taste profile with comprehensive Spotify analytics.">
<meta property="og:image" content="/spotifystat21.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://spotifystat.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SpotifyStat - Your Music Analytics">
<meta name="twitter:description" content="Discover your listening patterns, top tracks, and music taste profile with comprehensive Spotify analytics.">
<meta name="twitter:image" content="/spotifystat21.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>