diff options
| author | 2024-01-28 18:49:16 +0000 | |
|---|---|---|
| committer | 2024-01-28 18:49:16 +0000 | |
| commit | d86b96b5a3efec0d0b739a377db72dc9e257dd59 (patch) | |
| tree | 369aecfaaaa7cc9d218913bab1ad42020ce7d50c /utils.c | |
| parent | Merge remote-tracking branch 'upstream/master' (diff) | |
| parent | Moved the favicon link out of the CSS loop. (diff) | |
| download | snac2-d86b96b5a3efec0d0b739a377db72dc9e257dd59.tar.gz snac2-d86b96b5a3efec0d0b739a377db72dc9e257dd59.tar.xz snac2-d86b96b5a3efec0d0b739a377db72dc9e257dd59.zip | |
Merge remote-tracking branch 'upstream/master'
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 = | |||
| 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%" |