summaryrefslogtreecommitdiff
path: root/src/http/tpl
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-11-22 22:49:55 +0100
committerBrian Picciano <mediocregopher@gmail.com>2022-11-22 22:49:55 +0100
commit14bf8033b27bba1e029c86ef26b8d53656543f4c (patch)
treef7c93c6bb836ab9cdc03d68e5c30ad60f28a1bc6 /src/http/tpl
parent954e76fe1f7b2e8018a9e778c2f53e3f9cf98f05 (diff)
Add favicon
Diffstat (limited to 'src/http/tpl')
-rw-r--r--src/http/tpl/base.html5
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>