From 481e502918d59b3ab2a6149cc16aadee2039787f Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 24 Feb 2026 22:25:37 -0500 Subject: add music fun --- src/operationnull/site.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operationnull/site.scm') diff --git a/src/operationnull/site.scm b/src/operationnull/site.scm index 53a36c0..05bb048 100644 --- a/src/operationnull/site.scm +++ b/src/operationnull/site.scm @@ -23,4 +23,5 @@ (static-page contact-content "/contact.html" "contact") (static-page e404 "/404.html" "404 Error") (static-page gold-content "/gold.html" "Shape God") + (static-page music-content "/music.html" "music I like") (static-directory "content/assets" "assets")))) -- cgit v1.2.3