diff options
Diffstat (limited to 'explore.lisp')
-rw-r--r-- | explore.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/explore.lisp b/explore.lisp index 4016d71..f6f7ff7 100644 --- a/explore.lisp +++ b/explore.lisp @@ -38,6 +38,8 @@ (div () (navigation-header ()) (div (:class "row") + (p (:content "ANNOUNCEMENT: Vampire Sucks (ha ha). No really. It has been regularly refusing connections. You may have noticed a White Screen Of Death. I (colin) have been (very slowly) working on an improved application. Stay tuned: IMPROVEMENTS LAND IN OCTOBER 2024. Forthcoming new features: Comments! Search! Exploration!"))) + (div (:class "row") (div (:bind playlist-area) (section (:h2 :content "Recent Playlists" :class "center")) (recent-playlists-area ())) |