2020-01-26 19:07:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2020-05-14 03:09:49 +02:00
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
2020-01-26 19:07:15 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<meta name="theme-color" content="#000000" />
|
2020-05-02 03:03:19 +02:00
|
|
|
<meta name="description" content="Listory - Track your Spotify Listens" />
|
2020-01-26 19:07:15 +01:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
2020-05-02 03:03:19 +02:00
|
|
|
<title>Listory - Spotify Listen History</title>
|
2020-01-26 19:07:15 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|