aboutsummaryrefslogtreecommitdiffstats
path: root/pages/spotify.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/spotify.html')
-rw-r--r--pages/spotify.html21
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>