Création de la navbar

This commit is contained in:
2025-01-28 22:30:41 +01:00
parent 6f35e80bc2
commit a0b773af7d
5 changed files with 79 additions and 4 deletions

View File

@ -1,8 +1,10 @@
{% extends 'base.html.twig' %}
{% block title %}BookNest
{% endblock %}
{% block body %}
<div class="w-full">
<h1 class="border text-center font-bold text-3xl text-red-700 w-full">Bienvenue sur BookNest 📚</h1>
</div>