Skip to content
Snippets Groups Projects
Commit c5dee67f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Change favicon

parent 945cb5e1
No related branches found
No related tags found
No related merge requests found
app/static/images/nopaque_logo.png

805 B

......@@ -10,7 +10,7 @@
{% else %}
<title>nopaque</title>
{% endif %}
<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}">
<link rel="icon" href="{{ url_for('static', filename='images/nopaque_logo.png') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='fonts/Material_design_icons/material-icons.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/Materialize/materialize.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/nopaque.css') }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment