Add favicon

This commit is contained in:
Tom Hubrecht 2021-06-09 15:37:06 +02:00
parent bf7fc1745b
commit 8f5c58dcc2
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -9,6 +9,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{# Favicon #}
<link rel="shortcut icon" type="image/png" href="{% static 'images/kadenios.png' %}"/>
{# CSS #}
<link rel="stylesheet" href="{% static 'css/main.css' %}">
<link rel="stylesheet" href="{% static 'vendor/font-awesome/css/font-awesome.min.css' %}">