Skip to content
Snippets Groups Projects
Commit f93a6ee4 authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Přidán favicon z MO loga

Issue #140
parent 957bee38
Branches
No related tags found
No related merge requests found
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -4,6 +4,9 @@
<title>Odevzdávací systém MO: {% block title %}{% endblock %}</title>
<link rel=stylesheet href="{{ asset_url('bootstrap.min.css') }}" type='text/css' media=all>
<link rel=stylesheet href="{{ asset_url('mo.css') }}" type='text/css' media=all>
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='img/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='img/favicon-16x16.png') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
{% block head %}{% endblock %}
</head>
<body>
......
static/img/favicon-16x16.png

543 B

static/img/favicon-32x32.png

916 B

static/img/favicon.ico

14.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment