Adding favicon

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-15 22:22:36 +03:00
parent 43b74e753c
commit f78fbab16e
2 changed files with 3 additions and 3 deletions

BIN
src/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

View file

@ -9,8 +9,8 @@
{% endblock %}
{% block styles %}
{{super()}}
<link rel="stylesheet"
href="{{url_for('static', filename='style.css')}}">
<link rel="stylesheet" href="{{url_for('static', filename='style.css')}}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}
{% block content %}
@ -38,7 +38,7 @@
{% block header %}
{% endblock %}
<div class="alert alert-info" role="alert">
<strong>Heads up!</strong> This application is not complete! If you find any bugs please report them to:
<strong><span class="glyphicon glyphicon-fire"></span> Heads up!</strong> This application is not complete! If you find any bugs please report them to:
<a href="mailto:metonymy@fedoraproject.com" class="alert-link">Metonymy</a>
</div>
</header>