From 13d31c72f94094892f3cac3cdbee1c711b30f97a Mon Sep 17 00:00:00 2001 From: team 1 Date: Sun, 19 Apr 2026 12:30:24 +0200 Subject: [PATCH] add favIcon --- public/index.html | 1 + templates/admin/base.html.twig | 1 + 2 files changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index 5b081ed..99ff93e 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@ + diff --git a/templates/admin/base.html.twig b/templates/admin/base.html.twig index b1cc841..83e34cd 100644 --- a/templates/admin/base.html.twig +++ b/templates/admin/base.html.twig @@ -8,6 +8,7 @@ + {% endblock %}