Skip to content
Snippets Groups Projects
Commit 06aea6f6 authored by Martin Mareš's avatar Martin Mareš
Browse files

Added a favicon

parent a1cf9f74
Branches
No related tags found
No related merge requests found
static/favicon.png

10.1 KiB

...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>The Postal Owl</title> <title>The Postal Owl</title>
<link rel="icon" type="image/png" href='{{ url_for('static', filename='favicon.png') }}'>
<link rel=stylesheet href="{{ url_for('static', filename='owl.css') }}?v=14" type='text/css' media=all> <link rel=stylesheet href="{{ url_for('static', filename='owl.css') }}?v=14" type='text/css' media=all>
{% if need_js %} {% if need_js %}
<link rel="stylesheet" href='{{ url_for('static', filename='github.css') }}'> <link rel="stylesheet" href='{{ url_for('static', filename='github.css') }}'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment