Auto-commit for deploy to production - 2025-12-09 12:09:17

This commit is contained in:
2025-12-09 12:09:18 +01:00
parent dd41f0c6c0
commit 72726ba7af
3 changed files with 62 additions and 31 deletions
+12 -13
View File
@@ -114,19 +114,18 @@ require __DIR__ . '/header.php';
<p>Source : data.education.gouv.fr - calendrier officiel.</p>
<div class="pf-table-wrapper">
<table id="schoolHolidaysTable" class="fc-holidays-table">
<thead>
<tr>
<th>Période</th>
<th>Du</th>
<th>Au</th>
<th>Zones</th>
<th>Académies</th>
</tr>
</thead>
<tbody>
<!-- Rempli par JS -->
</tbody>
</table>
<thead>
<tr>
<th>Période</th>
<th>Du</th>
<th>Au</th>
<th>Zones</th>
</tr>
</thead>
<tbody>
<!-- Rempli par JS -->
</tbody>
</table>
</div>
</section>