diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-05 21:11:48 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-05 21:11:48 +0100 |
| commit | 18cc5f69129615850e48a995f7c3406b74d8d2f4 (patch) | |
| tree | 1fdc6eadae4b0a6da69319f9b6733379ced2e4c2 /pages/spotify.html | |
| parent | 64c36dcef8ab1c0b985d79da627cecd30fd50336 (diff) | |
Redesign website
Diffstat (limited to 'pages/spotify.html')
| -rw-r--r-- | pages/spotify.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pages/spotify.html b/pages/spotify.html new file mode 100644 index 0000000..b0110ba --- /dev/null +++ b/pages/spotify.html @@ -0,0 +1,21 @@ +--- +scripts: + - /scripts/spotify.js +--- +<h1>Spotify</h1> +<b> + This is a work in progress once I figure out Spotify's tedious + authentication flow. +</b> +<div id="music-player"> + <span id="song-title"></span> + <span id="song-artist"></span> + <span id="song-album"></span> + <br> + <span id="connection-status"></span> +</div> +<br> +<em> + This page shows what I'm currently listening to on Spotify. + It requires JavaScript to work. +</em> |
