2020-01-26 19:07:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2023-05-07 04:05:11 +02:00
|
|
|
<link rel="icon" href="/favicon.png" />
|
2020-01-26 19:07:15 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-05-14 03:10:04 +02:00
|
|
|
<meta name="theme-color" content="#48bb78" />
|
2020-05-02 03:03:19 +02:00
|
|
|
<meta name="description" content="Listory - Track your Spotify Listens" />
|
2023-05-07 04:05:11 +02:00
|
|
|
<link rel="manifest" href="/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>
|
2023-05-07 04:05:11 +02:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2020-01-26 19:07:15 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|