add favicon
This commit is contained in:
parent
1fac86dc0d
commit
e5be4f445f
2 changed files with 3 additions and 7 deletions
|
@ -5,17 +5,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/app.css' %}">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/app-dark.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/servala.css' %}">
|
||||
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
|
||||
<script src="{% static "js/htmx.min.js" %}" defer></script>
|
||||
</head>
|
||||
<title>
|
||||
{% block html_title %}
|
||||
Dashboard
|
||||
{% endblock html_title %}
|
||||
– Servala</title>
|
||||
<title>{% block html_title %}Dashboard{% endblock html_title %} – Servala</title>
|
||||
</head>
|
||||
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
|
||||
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
|
||||
|
|
BIN
src/servala/static/img/favicon.ico
Normal file
BIN
src/servala/static/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue