Files
Bidule/BToma/list.html
T
2024-10-22 14:18:49 +04:00

130 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tic Tac Toc | Azylos</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-light">
<div class="container">
<a class="navbar-brand" href="#">
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
</a>
<div>
<a href="liste.html" class="btn btn-primary">Liste des étudiants</a>
<a href="index.html" class="btn btn-secondary">Déconnexion</a>
</div>
</div>
</nav>
<div class="container">
<div class="content-container">
<h2 class="mb-4" style="color: #009de0; text-decoration: underline;">List CDA8 2024/2026</h2>
<table class="table table-dark table-striped table-bordered border-primary">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Nom et prénom</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Ludovic RASSABY</td>
</tr>
<tr>
<th scope="row">2</th>
<td>AHOVEY Saint-George</td>
</tr>
<tr>
<th scope="row">3</th>
<td>AHYONG Emjy</td>
</tr>
<tr>
<th scope="row">4</th>
<td>BARRET Toma</td>
</tr>
<tr>
<th scope="row">5</th>
<td>CELEMANI Theo</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Cheun RAMASSY</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Demontis matisse</td>
</tr>
<tr>
<th scope="row">8</th>
<td>GRONDIN Clarel</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Hoarau Jeremy</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Julien HOARAU</td>
</tr>
<tr>
<th scope="row">11</th>
<td>Thomy NOEL</td>
</tr>
<tr>
<th scope="row">12</th>
<td>Lou DUCAUROY</td>
</tr>
<tr>
<th scope="row">13</th>
<td>PEDRE Gabriel</td>
</tr>
<tr>
<th scope="row">14</th>
<td>MUNIER Jerome</td>
</tr>
<tr>
<th scope="row">15</th>
<td>BOYER Dorian</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- <div class="container">
<div class="position-absolute top-50 start-50 translate-middle">
<div class="d-flex justify-content-center align-items-center">
<div class="spinner-border text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-secondary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-success" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-danger" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-warning" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-info" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-light" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<div class="spinner-border text-dark" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
</div>
</div> -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>