diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..68b43df --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index d3f9aa6..1bab652 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ {% block title %}GoalsBreakDown{% endblock %} + {% block extra_css %}{% endblock %}