Add favicon
This commit is contained in:
parent
bf7fc1745b
commit
8f5c58dcc2
2 changed files with 3 additions and 0 deletions
BIN
shared/static/images/kadenios.png
Normal file
BIN
shared/static/images/kadenios.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -9,6 +9,9 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
{# Favicon #}
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{% static 'images/kadenios.png' %}"/>
|
||||||
|
|
||||||
{# CSS #}
|
{# CSS #}
|
||||||
<link rel="stylesheet" href="{% static 'css/main.css' %}">
|
<link rel="stylesheet" href="{% static 'css/main.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'vendor/font-awesome/css/font-awesome.min.css' %}">
|
<link rel="stylesheet" href="{% static 'vendor/font-awesome/css/font-awesome.min.css' %}">
|
||||||
|
|
Loading…
Reference in a new issue