From b2f3f7b8b832e668e2c2010da7215d1b39592ee3 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Sat, 3 Dec 2005 20:29:58 -0500 Subject: [PATCH] Added favicon --- beweb/beweb/static/images/favicon.ico | Bin 0 -> 318 bytes beweb/beweb/static/images/favicon.png | Bin 0 -> 267 bytes beweb/dev.cfg | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 beweb/beweb/static/images/favicon.ico create mode 100644 beweb/beweb/static/images/favicon.png diff --git a/beweb/beweb/static/images/favicon.ico b/beweb/beweb/static/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..339d09cec049c0787b05a59b803d5e65433d5989 GIT binary patch literal 318 zcmZQzU<5(|0RbS%!l1#(z#zuJz@P!d0zj+)#2|4nV1iH}5+nx(E-nlVKfW_C{{PRw z@Z}=|!=i-@j3R;z4E+-s7#=(VX=Y&f^P7Re#DsyFot1$hB$$C=&MXE7eqjcN>kQc}|1G;=qYZc^R{rgu*32h$xLj6ijpw40_t)lG(|+c~8R SEWdjz*c=?zC_#NeHU$8FYB?+b literal 0 HcmV?d00001 diff --git a/beweb/beweb/static/images/favicon.png b/beweb/beweb/static/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc53eea7519d6991b42d58a08a2bb42730ea772 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFP2=EDUWng4rWoH)VXAl%&G%;at zabXA!VaUj4nAp!SYYxN0MGTJ~Fns*N@cjqF?>`Lx|1-Y$HPHg7m$SelvY3H^TNs2H zfl4KSg6t)pzOL+7c~}_51@1a8UJn$KEpd$~an8@pP0cG|a4t$sEJ;mKD9+q>gnPb!f`$M2R|#%jGq3cLpSAFSy?6RPVG(lslhKav0j-Y@xy+h zRs#u%q{gf#jahLUoR|LNa1`C&toe^K_zaJs!1kpK{THKoSb6^+0vgER>FVdQ&MBb@ E0FHoBA^-pY literal 0 HcmV?d00001 diff --git a/beweb/dev.cfg b/beweb/dev.cfg index ad0936e..b705228 100644 --- a/beweb/dev.cfg +++ b/beweb/dev.cfg @@ -36,3 +36,6 @@ autoreload.package="beweb" [/static] staticFilter.on = True staticFilter.dir = "static" +[/favicon.ico] +staticFilter.on = True +staticFilter.file = "static/images/favicon.ico" -- 2.26.2