diff --git a/copanier/static/img/favicon.svg b/copanier/static/img/favicon.svg new file mode 100644 index 0000000..024da39 --- /dev/null +++ b/copanier/static/img/favicon.svg @@ -0,0 +1,13 @@ + + + + Layer 1 + + + + + + + + + \ No newline at end of file diff --git a/copanier/templates/base.html b/copanier/templates/base.html index 5295adb..0f010d3 100644 --- a/copanier/templates/base.html +++ b/copanier/templates/base.html @@ -12,6 +12,7 @@ + {% block head %} {% endblock head %}