rajout ludovic
This commit is contained in:
@@ -153,6 +153,8 @@
|
||||
<li><a href="dorian/index.html" class="directory-link"><i class="fas fa-folder"></i>dorian</a></li>
|
||||
<li><a href="louDucauroy/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
||||
<li><a href="Hoarau-Julien/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
||||
<li><a href="RASSABY Ludovic/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1,71 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Title</title>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||
|
||||
<!-- Bootstrap CSS v5.2.1 -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<style>
|
||||
label{
|
||||
color:green;
|
||||
}
|
||||
</style>
|
||||
<header>
|
||||
<!-- place navbar here -->
|
||||
</header>
|
||||
|
||||
<table id="maTable" class="display">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom</th>
|
||||
<th>Prénom</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>PAYET</td>
|
||||
<td>Manon</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ROBERT</td>
|
||||
<td>Monique</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HOAREAU</td>
|
||||
<td>Sebastien</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
<!-- place footer here -->
|
||||
</footer>
|
||||
<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.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('#maTable').DataTable();
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap JavaScript Libraries -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
|
||||
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
|
||||
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user