diff --git a/WSR/static/images/favicon.png b/WSR/static/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f17ad67fcd92f3c3d5100950ff214bc013bdaa Binary files /dev/null and b/WSR/static/images/favicon.png differ diff --git a/WSR/templates/base.html b/WSR/templates/base.html index a3c8980352cdc7816855fa6d08b874a4926790ae..5cbd71b1f73b0ec117eb4cad25d9237646da6534 100644 --- a/WSR/templates/base.html +++ b/WSR/templates/base.html @@ -7,6 +7,7 @@ <head> <meta charset="UTF-8"> <title>{% block title %}{% endblock %}</title> + <link rel="shortcut icon" type="image/png" href="{% static 'images/favicon.png' %}"> {% compress css %} <link type="text/x-scss" href="{% static 'scss/app.scss' %}" rel="stylesheet" media="screen"> {% endcompress %}