diff --git a/main.go b/main.go index d8dc272..0351d44 100644 --- a/main.go +++ b/main.go @@ -253,6 +253,9 @@ func main() { r.HandleFunc("/fist.ico", func(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, conf.Webroot+"/fist.ico") }).Methods("GET") + r.HandleFunc("/header.png", func(w http.ResponseWriter, r *http.Request) { + http.ServeFile(w, r, conf.Webroot+"/header.png") + }).Methods("GET") http.Handle("/", r) go Cull() diff --git a/www/header.png b/www/header.png new file mode 100644 index 0000000..391234a Binary files /dev/null and b/www/header.png differ diff --git a/www/index.html b/www/index.html index e720718..634656e 100644 --- a/www/index.html +++ b/www/index.html @@ -121,8 +121,8 @@