summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/http/static/favicon/android-chrome-192x192.pngbin0 -> 14371 bytes
-rw-r--r--src/http/static/favicon/android-chrome-512x512.pngbin0 -> 52322 bytes
-rw-r--r--src/http/static/favicon/apple-touch-icon.pngbin0 -> 13041 bytes
-rw-r--r--src/http/static/favicon/favicon-16x16.pngbin0 -> 666 bytes
-rw-r--r--src/http/static/favicon/favicon-32x32.pngbin0 -> 1500 bytes
-rw-r--r--src/http/static/favicon/favicon.icobin0 -> 15406 bytes
-rw-r--r--src/http/static/favicon/site.webmanifest1
-rw-r--r--src/http/tpl/base.html5
8 files changed, 6 insertions, 0 deletions
diff --git a/src/http/static/favicon/android-chrome-192x192.png b/src/http/static/favicon/android-chrome-192x192.png
new file mode 100644
index 0000000..1925bec
--- /dev/null
+++ b/src/http/static/favicon/android-chrome-192x192.png
Binary files differ
diff --git a/src/http/static/favicon/android-chrome-512x512.png b/src/http/static/favicon/android-chrome-512x512.png
new file mode 100644
index 0000000..1e25895
--- /dev/null
+++ b/src/http/static/favicon/android-chrome-512x512.png
Binary files differ
diff --git a/src/http/static/favicon/apple-touch-icon.png b/src/http/static/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..cceccba
--- /dev/null
+++ b/src/http/static/favicon/apple-touch-icon.png
Binary files differ
diff --git a/src/http/static/favicon/favicon-16x16.png b/src/http/static/favicon/favicon-16x16.png
new file mode 100644
index 0000000..cf32375
--- /dev/null
+++ b/src/http/static/favicon/favicon-16x16.png
Binary files differ
diff --git a/src/http/static/favicon/favicon-32x32.png b/src/http/static/favicon/favicon-32x32.png
new file mode 100644
index 0000000..ec88a76
--- /dev/null
+++ b/src/http/static/favicon/favicon-32x32.png
Binary files differ
diff --git a/src/http/static/favicon/favicon.ico b/src/http/static/favicon/favicon.ico
new file mode 100644
index 0000000..052ce7b
--- /dev/null
+++ b/src/http/static/favicon/favicon.ico
Binary files differ
diff --git a/src/http/static/favicon/site.webmanifest b/src/http/static/favicon/site.webmanifest
new file mode 100644
index 0000000..45dc8a2
--- /dev/null
+++ b/src/http/static/favicon/site.webmanifest
@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file
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>