feat: add favicon

This commit is contained in:
Mariano Riefolo 2024-09-15 15:55:39 +02:00
parent 932dd9264b
commit 827841f9e6
2 changed files with 1 additions and 0 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

View File

@ -8,6 +8,7 @@
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
rel="stylesheet" rel="stylesheet"
/> />
<link rel="icon" type="image/png" href="/static/favicon.png" />
{% block head %}{% endblock %} {% block head %}{% endblock %}
</head> </head>
<body> <body>