Add favicon.ico

This commit is contained in:
Nyymix 2024-12-28 19:52:06 +02:00
parent 043449cf4f
commit 99dc771814
2 changed files with 1 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Muistox CSS --> <!-- Muistox CSS -->
<link href="{% static 'css/muistox.css' %}" rel="stylesheet"> <link href="{% static 'css/muistox.css' %}" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}" />
<title>{% block title %} Gallery {% endblock %}</title> <title>{% block title %} Gallery {% endblock %}</title>
</head> </head>