Add favicon

main
Brian Picciano 1 year ago
parent 954e76fe1f
commit 14bf8033b2
  1. BIN
      src/http/static/favicon/android-chrome-192x192.png
  2. BIN
      src/http/static/favicon/android-chrome-512x512.png
  3. BIN
      src/http/static/favicon/apple-touch-icon.png
  4. BIN
      src/http/static/favicon/favicon-16x16.png
  5. BIN
      src/http/static/favicon/favicon-32x32.png
  6. BIN
      src/http/static/favicon/favicon.ico
  7. 1
      src/http/static/favicon/site.webmanifest
  8. 5
      src/http/tpl/base.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -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…
Cancel
Save