- Ajout de la favicon

This commit is contained in:
2025-01-30 16:21:36 +01:00
parent b0bd392ce3
commit e624949fc3

View File

@ -7,7 +7,7 @@
{% block title %}Bienvenue! {% block title %}Bienvenue!
{% endblock %} {% endblock %}
</title> </title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>"> <link rel="icon" href="{{ asset('img/logo-cropped.ico') }}" type="image/x-icon"/>
{% block stylesheets %} {% block stylesheets %}
{{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('app') }}
{% endblock %} {% endblock %}