Modif Table

This commit is contained in:
Théo CELEMANI
2024-10-22 15:06:11 +04:00
parent 3d9a64cc32
commit 7e82c117db
+27 -13
View File
@@ -24,48 +24,62 @@
<table class="table table-primary"> <table class="table table-primary">
<thead> <thead>
<tr> <tr>
<th scope="col">NOM et Prenom</th> <th scope="col">NOM</th>
<th scope="col">Prenom</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class=""> <tr class="">
<td scope="row">AHOVEY Saint-George</td> <td scope="row">AHOVEY</td>
<td scope="row">Saint-George</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">AH-YONG Emjy</td> <td scope="row">AH-YONG</td>
<td scope="row">Emjy</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">BARRET Toma</td> <td scope="row">BARRET</td>
<td scope="row">Toma</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">CELEMANI Theo</td> <td scope="row">CELEMANI</td>
<td scope="row">Theo</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">RAMASSY Cheun</td> <td scope="row">RAMASSY</td>
<td scope="row">Cheun</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">DEMONTIS Matisse</td> <td scope="row">DEMONTIS</td>
<td scope="row">Matisse</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">DUCAUROY Lou</td> <td scope="row">DUCAUROY</td>
<td scope="row">Lou</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">GRONDIN Clarel</td> <td scope="row">GRONDIN</td>
<td scope="row">Clarel</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">HOARAU Jeremy</td> <td scope="row">HOARAU</td>
<td scope="row">Jeremy</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">MUNIER Jerome</td> <td scope="row">MUNIER</td>
<td scope="row">Jerome</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">PEDRE Gabriel</td> <td scope="row">PEDRE</td>
<td scope="row">Gabriel</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">NOEL Thomy</td> <td scope="row">NOEL</td>
<td scope="row">Thomy</td>
</tr> </tr>
<tr class=""> <tr class="">
<td scope="row">Dorian</td> <td scope="row">Dorian</td>
<td scope="row">Dorian</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>