set admin V1

This commit is contained in:
jleroy2023
2024-11-19 10:34:13 +01:00
parent 9719ea9d1e
commit b601455ccf
12 changed files with 89 additions and 50 deletions

View File

@@ -2,15 +2,14 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Sortie</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
<div class="bg-gray-100 flex items-center justify-center">
&copy; Sortie {{ "now"|date("Y") }}
<div class="flex items-center justify-center" style="background-color: #F4F4F4;" >
ENI &copy; Sortie {{ "now"|date("Y") }}
</div>
</body>
</html>