diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/tubo/handler.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tubo/handler.clj b/src/backend/tubo/handler.clj index d033793..d7f321d 100644 --- a/src/backend/tubo/handler.clj +++ b/src/backend/tubo/handler.clj @@ -17,7 +17,7 @@ [:meta {:charset "UTF-8"}] [:meta {:name "viewport" :content "width=device-width, initial-scale=1"}] [:title "Tubo"] - [:link {:rel "shortcut icon" :href "#"}] + [:link {:rel "icon" :type "image/png" :href "/images/tubo.png"}] (hiccup/include-css "/css/tubo.css")] [:body [:div#app] |