diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-22 22:49:55 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-22 22:49:55 +0100 |
commit | 14bf8033b27bba1e029c86ef26b8d53656543f4c (patch) | |
tree | f7c93c6bb836ab9cdc03d68e5c30ad60f28a1bc6 /src/http/tpl/base.html | |
parent | 954e76fe1f7b2e8018a9e778c2f53e3f9cf98f05 (diff) |
Add favicon
Diffstat (limited to 'src/http/tpl/base.html')
-rw-r--r-- | src/http/tpl/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index f286222..c818471 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -4,6 +4,11 @@ <head> <style>{{ StaticInlineCSS "new.css" }}</style> <style>{{ StaticInlineCSS "mediocre.css" }}</style> + + <link rel="apple-touch-icon" sizes="180x180" href="{{ StaticURL "favicon/apple-touch-icon.png" }}"> + <link rel="icon" type="image/png" sizes="32x32" href="{{ StaticURL "favicon/favicon-32x32.png" }}"> + <link rel="icon" type="image/png" sizes="16x16" href="{{ StaticURL "favicon/favicon-16x16.png" }}"> + <link rel="manifest" href="{{ StaticURL "favicon/site.webmanifest" }}"> </head> <body> |