summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 8422a9a..a5b1124 100644
--- a/utils.c
+++ b/utils.c
@@ -97,7 +97,7 @@ static const char *greeting_html =
97 "<html><head>\n" 97 "<html><head>\n"
98 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" 98 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n"
99 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n" 99 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n"
100 "<title>Welcome to %host%</title>\n" 100 "<title>Welcome to %host%</title>\n</head>\n"
101 "<body style=\"margin: auto; max-width: 50em\">\n" 101 "<body style=\"margin: auto; max-width: 50em\">\n"
102 "%blurb%" 102 "%blurb%"
103 "<p>The following users are part of this community:</p>\n" 103 "<p>The following users are part of this community:</p>\n"