Merge branch 'Johan'

This commit is contained in:
jleroy2023
2024-11-25 11:58:00 +01:00
7 changed files with 97 additions and 209 deletions

View File

@@ -1,15 +1,5 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
<div class="flex items-center justify-center" >
ENI &copy; Sortie {{ "now"|date("Y") }}
</div>
</body>
</html>
<footer class="w-full bg-green-700 text-white py-4">
<div class="flex justify-center">
ENI &copy; Sortie {{ "now"|date("Y") }}
</div>
</footer>