diff options
author | colin <colin@cicadas.surf> | 2024-05-18 07:50:16 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-18 07:50:16 -0700 |
commit | 23873b455554ba40f79be561b5150b4526a19d3f (patch) | |
tree | bbb29e580e99f45c62fae376db5e75615015a830 /about.lisp | |
parent | 9ab26f07d209a387252a87dc10e986995bbc154a (diff) |
Remove: Purged CLOG
Diffstat (limited to 'about.lisp')
-rw-r--r-- | about.lisp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/about.lisp b/about.lisp deleted file mode 100644 index 1eb42aa..0000000 --- a/about.lisp +++ /dev/null @@ -1,23 +0,0 @@ -;;;; about.lisp -- an about page. - -(in-package :vampire) - -(defun about-page (body) - (include-style body) - (with-clog-create body - (div () - (navigation-header ()) - (div (:class "centered-column") - (div ()) - (div () - (p ( :content "Vampire is a small private app shared - between friends. Its purpose is to create and share audio playlists, - and to collaborate on playlists with your friends in real time.")) - (p ( :content "The app is called vampire because it sucks - content from other sources, backed by the popular - youtube-dl tool.")) - - (p ( :content "Vampire is written in Common Lisp using the - CLOG system.")) - (p ( :content "I hope you enjoy using Vampire."))) - (div ()))))) |