add favicon.ico.

This commit is contained in:
2021-03-09 10:26:15 +00:00
parent 6653945178
commit 16275d0b19

View File

@@ -8,6 +8,7 @@
<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.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FET</title> <title>FET</title>
<link rel="shortcut icon" type="image/png" href="{% static 'img/logo2014_64.png' %}"/>
<link rel="stylesheet" href="{% static 'app.css' %}"> <link rel="stylesheet" href="{% static 'app.css' %}">
<link rel="stylesheet" href="{% static 'fet.css' %}"> <link rel="stylesheet" href="{% static 'fet.css' %}">
<link href="{% static 'fontawesome_free/css/all.min.css' %}" rel="stylesheet" type="text/css"> <link href="{% static 'fontawesome_free/css/all.min.css' %}" rel="stylesheet" type="text/css">