diff --git a/static/img/favicon.ico b/static/img/favicon.ico
new file mode 100644
index 0000000..af1bd3e
Binary files /dev/null and b/static/img/favicon.ico differ
diff --git a/templates/base.html b/templates/base.html
index a92a9ea..e1e6fed 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,6 +9,7 @@
+
{% comment %}{% endcomment %}
diff --git a/templates/tracker/project_list.html b/templates/tracker/project_list.html
index 8d4bdfd..8689abd 100644
--- a/templates/tracker/project_list.html
+++ b/templates/tracker/project_list.html
@@ -1,4 +1,5 @@
{% extends 'base.html' %}
+{% load staticfiles %}
{% block content %}