From b4dfc4d5c5f1496ad3b3481784d9c812250fd2e0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Dec 2015 10:18:14 +0000 Subject: [PATCH] Added favicon --- resources/favicon.png | Bin 0 -> 409 bytes templates/index.jade | 1 + 2 files changed, 1 insertion(+) create mode 100644 resources/favicon.png diff --git a/resources/favicon.png b/resources/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c4b32b4db66988b02528acad47ef982825cc9a6 GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VORIQ+eo=O@f^)Fhi#?lqfa=6R z>YR&G6H7Al^Atidb5j`%EcK1d^bHMneOiA5sN$oii(`mI@7oC*^9~t^xcUn^AMcSp zd`vu{a>Xh24Tgu<4O|XczkA2{PeD2P{{jz>hIj8xZCyg^}Sriku(#jo|1F+xLol2`=G5{D}s zCYNLzWEV^oEoA=8e4_DMi-@!3hP9s48S)QY@|Yg}+yCD03ztNGu(-MHTC?JO%>D|t zAm!K(I*tj9y}czji;HBYzsWHT*LRTfy3WC(kr1!?`fvX4RoUVk_cu&#)BP*|V0TFT wE~fg%+W7}0ZiLv}-E!eKulxb_4}5=_b=~TFVdQ&MBb@05n>hkpKVy literal 0 HcmV?d00001 diff --git a/templates/index.jade b/templates/index.jade index 40f07b3..7296678 100644 --- a/templates/index.jade +++ b/templates/index.jade @@ -19,6 +19,7 @@ html(lang="en", data-ng-app="blacktip") meta(property="og:description", content="{{meta.description}}") meta(property="og:site_name", content="{{meta.website}}") + link(rel="icon",type="image/png",href=url + "/favicon.png") link(rel="stylesheet",type="text/css",href=url + "/style.css") link(rel="stylesheet",type="text/css",href=url + "/loading-bar.css") link(rel="stylesheet",type="text/css",href=url + "/animate.css")