add favicon and breadcumbs
This commit is contained in:
6
assets/kurious/about.txt
Normal file
6
assets/kurious/about.txt
Normal file
@ -0,0 +1,6 @@
|
||||
This favicon was generated using the following font:
|
||||
|
||||
- Font Title: Lemon
|
||||
- Font Author: Copyright 2011 The Lemon Project Authors (https://github.com/etunni/lemon) with Reserved Font Name "Lemon"
|
||||
- Font Source: http://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf
|
||||
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
|
||||
BIN
assets/kurious/android-chrome-192x192.png
Normal file
BIN
assets/kurious/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
assets/kurious/android-chrome-512x512.png
Normal file
BIN
assets/kurious/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
assets/kurious/apple-touch-icon.png
Normal file
BIN
assets/kurious/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
@ -5,7 +5,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//go:embed robots.txt static/*
|
||||
//go:embed *
|
||||
var root embed.FS
|
||||
|
||||
func AsHTTPFileHandler() http.Handler {
|
||||
|
||||
BIN
assets/kurious/favicon-16x16.png
Normal file
BIN
assets/kurious/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
BIN
assets/kurious/favicon-32x32.png
Normal file
BIN
assets/kurious/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 797 B |
BIN
assets/kurious/favicon.ico
Normal file
BIN
assets/kurious/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
assets/kurious/site.webmanifest
Normal file
1
assets/kurious/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"}
|
||||
Reference in New Issue
Block a user