aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-06 11:46:07 -0700
committerFuwn <[email protected]>2021-08-06 11:46:07 -0700
commitc74c8e323353ef5217be684d4bae9cfeec54d7c4 (patch)
treeffed08281c264af9a15c2d9499364a780a377c96 /handler.go
parentMerge pull request #3 from fuwn/renovate/golang-1.x (diff)
downloadspace-c74c8e323353ef5217be684d4bae9cfeec54d7c4.tar.xz
space-c74c8e323353ef5217be684d4bae9cfeec54d7c4.zip
feat(handler): create favicon.ico
https://favicon.io/emoji-favicons/floppy-disk
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handler.go b/handler.go
index c0d3e96..321a225 100644
--- a/handler.go
+++ b/handler.go
@@ -30,4 +30,5 @@ func errors() {
func meta() {
createFileRoute("/favicon.txt", "favicon.txt")
+ createFileRoute("/favicon.ico", "favicon.ico")
}