diff options
Diffstat (limited to 'src/http/tpl')
-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> |