-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (24 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#18d860" />
<meta name="description" content="Grabs Spotify's metadata for any track you'd like!" />
<meta name=”robots” content="index, follow" />
<meta property="og:title" content="MetaGrab - Spotify Metadata Grabber" />
<meta property="og:description" content="Grabs Spotify's metadata for any track you'd like!" />
<meta property="og:image" content="%PUBLIC_URL%/logo.png">
<meta name="twitter:title" content="MetaGrab - Spotify Metadata Grabber" />
<meta name="tiwtter:description" content="Grabs Spotify's metadata for any track you'd like!" />
<meta name="twitter:image" content="%PUBLIC_URL%/logo.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>MetaGrab - Spotify Metadata Grabber</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" />
</body>
</html>