-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (46 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="keywords" content="spotify, data, spotifydata, spotify.me">
<meta name="description" content="Visualize your spotify data and more."/>
<!-- icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json"/>
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1ed760">
<meta name="msapplication-TileColor" content="#1ed760">
<meta name="theme-color" content="#ffffff">
<!-- og tags -->
<meta property="og:title" content="Spotida"/>
<meta property="og:description" content="Visualize your spotify data and more."/>
<meta property="og:image" content="https://spotida.ir/logo.png"/>
<!-- twitter card -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Spotida"/>
<meta name="twitter:description" content="Visualize your spotify data and more."/>
<meta name="twitter:image" content="https://spotida.ir/logo.png"/>
<title>Spotida</title>
<!-- Hotjar Tracking Code for https://soptida.ir -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () {
(h.hj.q = h.hj.q || []).push(arguments)
};
h._hjSettings = {hjid: 1999288, hjsv: 6};
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>