Guest User

Untitled

a guest
Oct 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {% block head %}
  2. {{ super() }}
  3. <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
  4. <link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
  5. {% endblock %}
Add Comment
Please, Sign In to add comment