Changeset - c9ae95bcea00
[Not reviewed]
default
0 1 1
Dennis Fink - 10 years ago 2014-12-13 10:15:48
dennis.fink@c3l.lu
Added favicon
2 files changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/favicon.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
ennstatus/templates/base.html
Show inline comments
 
@@ -14,6 +14,7 @@
 
{% block styles %}
 
  {{ super() }}
 
  <link rel="stylesheet" href="{{ url_for('static', filename='css/ennstatus.css') }}" />
 
  <link rel="shortcut icon" href="{{ url_for('static', filename='images/favicon.png') }}">
 
{% endblock %}
 

	
 
{% block body %}
0 comments (0 inline, 0 general)