diff options
author | Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> | 2024-01-27 18:35:21 +0100 |
---|---|---|
committer | Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> | 2024-01-28 08:09:44 +0100 |
commit | fe892622d33e45dd110abb8e6251b672ae1181d0 (patch) | |
tree | 0834b0ff130bda2fa0e1c1f433d9a475d4b1a439 /utils.c | |
parent | d5c2c442b162da388ae3fa274b44ec676cbca2c4 (diff) |
feature(favicon): Add favicon support (#107)
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ static const char *greeting_html = "<!DOCTYPE html>\n" "<html><head>\n" "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" + "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n" "<title>Welcome to %host%</title>\n" "<body style=\"margin: auto; max-width: 50em\">\n" "%blurb%" |