diff options
| author | 2024-01-28 10:10:07 +0000 | |
|---|---|---|
| committer | 2024-01-28 10:10:07 +0000 | |
| commit | 5c8992de0c254487b95ae4e794f2ed1d94b372b2 (patch) | |
| tree | 0834b0ff130bda2fa0e1c1f433d9a475d4b1a439 /utils.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| parent | feature(favicon): Add favicon support (#107) (diff) | |
| download | snac2-5c8992de0c254487b95ae4e794f2ed1d94b372b2.tar.gz snac2-5c8992de0c254487b95ae4e794f2ed1d94b372b2.tar.xz snac2-5c8992de0c254487b95ae4e794f2ed1d94b372b2.zip | |
Merge pull request 'feature(favicon): Add favicon support (#107)' (#109) from gyptazy/snac2:feature/107-add-favicon-support-1st-ite into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/109
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%" |