- Intial commit

This commit is contained in:
2025-01-28 16:18:18 +01:00
commit 9f450fc72d
44 changed files with 15972 additions and 0 deletions

View File

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