Add favicon

pull/1/head
Raphaël Vinot 2017-09-29 14:43:08 +02:00
parent 0022f107a7
commit b9c3d0b276
2 changed files with 1 additions and 0 deletions

BIN
lookyloo/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -9,6 +9,7 @@
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ url_for('static', filename='tree.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}
{% block content %}