Ajout d'une page index.html (form de connexion) et d'une page Liste.html (liste etudiant)
This commit is contained in:
+27
-13
@@ -24,48 +24,62 @@
|
||||
<table class="table table-primary">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">NOM et Prenom</th>
|
||||
<th scope="col">NOM</th>
|
||||
<th scope="col">Prenom</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="">
|
||||
<td scope="row">AHOVEY Saint-George</td>
|
||||
<td scope="row">AHOVEY</td>
|
||||
<td scope="row">Saint-George</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">AH-YONG Emjy</td>
|
||||
<td scope="row">AH-YONG</td>
|
||||
<td scope="row">Emjy</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">BARRET Toma</td>
|
||||
<td scope="row">BARRET</td>
|
||||
<td scope="row">Toma</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">CELEMANI Theo</td>
|
||||
<td scope="row">CELEMANI</td>
|
||||
<td scope="row">Theo</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">RAMASSY Cheun</td>
|
||||
<td scope="row">RAMASSY</td>
|
||||
<td scope="row">Cheun</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">DEMONTIS Matisse</td>
|
||||
<td scope="row">DEMONTIS</td>
|
||||
<td scope="row">Matisse</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">DUCAUROY Lou</td>
|
||||
<td scope="row">DUCAUROY</td>
|
||||
<td scope="row">Lou</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">GRONDIN Clarel</td>
|
||||
<td scope="row">GRONDIN</td>
|
||||
<td scope="row">Clarel</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">HOARAU Jeremy</td>
|
||||
<td scope="row">HOARAU</td>
|
||||
<td scope="row">Jeremy</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">MUNIER Jerome</td>
|
||||
<td scope="row">MUNIER</td>
|
||||
<td scope="row">Jerome</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">PEDRE Gabriel</td>
|
||||
<td scope="row">PEDRE</td>
|
||||
<td scope="row">Gabriel</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">NOEL Thomy</td>
|
||||
<td scope="row">NOEL</td>
|
||||
<td scope="row">Thomy</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td scope="row">Dorian</td>
|
||||
<td scope="row">Dorian</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user