Add favicon
This commit is contained in:
parent
954e76fe1f
commit
14bf8033b2
BIN
src/http/static/favicon/android-chrome-192x192.png
Normal file
BIN
src/http/static/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/http/static/favicon/android-chrome-512x512.png
Normal file
BIN
src/http/static/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
src/http/static/favicon/apple-touch-icon.png
Normal file
BIN
src/http/static/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/http/static/favicon/favicon-16x16.png
Normal file
BIN
src/http/static/favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 666 B |
BIN
src/http/static/favicon/favicon-32x32.png
Normal file
BIN
src/http/static/favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
src/http/static/favicon/favicon.ico
Normal file
BIN
src/http/static/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
src/http/static/favicon/site.webmanifest
Normal file
1
src/http/static/favicon/site.webmanifest
Normal file
@ -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"}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user