Skip to content
Snippets Groups Projects
Commit 62400d86 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

Ajout d'une favicon

parent 49a7c0a4
No related branches found
No related tags found
No related merge requests found
WSR/static/images/favicon.png

2.35 KiB

...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{% static 'images/favicon.png' %}">
{% compress css %} {% compress css %}
<link type="text/x-scss" href="{% static 'scss/app.scss' %}" rel="stylesheet" media="screen"> <link type="text/x-scss" href="{% static 'scss/app.scss' %}" rel="stylesheet" media="screen">
{% endcompress %} {% endcompress %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment