From fe892622d33e45dd110abb8e6251b672ae1181d0 Mon Sep 17 00:00:00 2001 From: Florian Paul Azim Hoberg Date: Sat, 27 Jan 2024 18:35:21 +0100 Subject: feature(favicon): Add favicon support (#107) --- utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.c') diff --git a/utils.c b/utils.c index 9992205..0d02659 100644 --- a/utils.c +++ b/utils.c @@ -81,6 +81,7 @@ static const char *greeting_html = "\n" "\n" "\n" + "\n" "Welcome to %host%\n" "\n" "%blurb%" -- cgit v1.2.3