feat: creation header composant html et js

This commit is contained in:
2025-12-11 16:14:47 +01:00
parent 63592a114d
commit c7aaa923af
9 changed files with 173 additions and 257 deletions

View File

@@ -20,6 +20,8 @@
<body>
<div id="header-placeholder"></div>
<div class="container">
<h2 class="text-center mb-4">Ajouter une image au slider</h2>
@@ -69,6 +71,8 @@
<script src="ajouter_slider.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="../../header-composant.js"></script>
</body>
</html>