summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
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 =
81 "<!DOCTYPE html>\n" 81 "<!DOCTYPE html>\n"
82 "<html><head>\n" 82 "<html><head>\n"
83 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" 83 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n"
84 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n"
84 "<title>Welcome to %host%</title>\n" 85 "<title>Welcome to %host%</title>\n"
85 "<body style=\"margin: auto; max-width: 50em\">\n" 86 "<body style=\"margin: auto; max-width: 50em\">\n"
86 "%blurb%" 87 "%blurb%"