aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
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")
}