Listory/frontend/public/index.html

17 lines
580 B
HTML
Raw Normal View History

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" />
2020-05-14 03:10:04 +02:00
<meta name="theme-color" content="#48bb78" />
<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" />
<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>