aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--beweb/beweb/static/images/favicon.icobin0 -> 318 bytes
-rw-r--r--beweb/beweb/static/images/favicon.pngbin0 -> 267 bytes
-rw-r--r--beweb/dev.cfg3
3 files changed, 3 insertions, 0 deletions
diff --git a/beweb/beweb/static/images/favicon.ico b/beweb/beweb/static/images/favicon.ico
new file mode 100644
index 0000000..339d09c
--- /dev/null
+++ b/beweb/beweb/static/images/favicon.ico
Binary files differ
diff --git a/beweb/beweb/static/images/favicon.png b/beweb/beweb/static/images/favicon.png
new file mode 100644
index 0000000..6dc53ee
--- /dev/null
+++ b/beweb/beweb/static/images/favicon.png
Binary files differ
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"