-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
19 lines (19 loc) · 877 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Soju for Spotify 🎶</title>
<meta name="theme-color" content="#7589a4">
<meta property="og:type" content="website">
<meta property="og:title" content="Soju for Spotify 🎶">
<meta property="og:image" content="/media/android-chrome-192x192.png">
<meta property="og:description" content="Soju lets you explore music from Spotify on any device easily. Fetch a track's album, compare playlists, and sample different songs quickly and easily." />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="/font/jost.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>