From dd2d7bbf036d00ec67fde0f5f602907c6c2ae669 Mon Sep 17 00:00:00 2001 From: gnat Date: Sun, 29 Sep 2024 09:18:08 -0700 Subject: [PATCH] update site-info.html --- src/html/site-info.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/html/site-info.lisp b/src/html/site-info.lisp index 5bf9045..a916c71 100644 --- a/src/html/site-info.lisp +++ b/src/html/site-info.lisp @@ -79,5 +79,6 @@ (ul () (li () ,(exec-command "make-link https://git.natalieee.net") ": Gitea instance. You may use it if you feel so inclined for some reason. I wouldn't.") (li () "dns.natalieee.net" ": Pointless CNAME record to my main domain so that entities using my dns (A number greater than 0!) can put dns.natalieee.net down as their nameserver instead of natalieee.net.") - (li () "mpd.natalieee.net: mpd server that my friend asked me to create. I can probably be bothered in to giving arbitrary people credentials if they for some reason wish to listen to the music that I listen to in such a roundabout way")))))) + (li () "mpd.natalieee.net: mpd server that my friend asked me to create. I can probably be bothered in to giving arbitrary people credentials if they for some reason wish to listen to the music that I listen to in such a roundabout way") + (li () ,(exec-command "make-link https://files.natalieee.net") ": a slightly worse and personal 0x0.st-like server. created because I was annoyed by discord's upload limit."))))))