2021-10-15 12:52:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-10-17 20:54:41 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Mulish&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2021-10-15 12:52:13 +00:00
|
|
|
<title>Document</title>
|
|
|
|
<script src="script.js" defer></script>
|
2021-10-17 20:54:41 +00:00
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-10-15 12:52:13 +00:00
|
|
|
<section id="corps">
|
2021-10-17 20:54:41 +00:00
|
|
|
<h1>Our Team Members</h1>
|
|
|
|
<div id="blocs">
|
2021-10-17 16:39:45 +00:00
|
|
|
|
2021-10-17 20:54:41 +00:00
|
|
|
</div>
|
2021-10-15 12:52:13 +00:00
|
|
|
</section>
|
2021-10-17 20:54:41 +00:00
|
|
|
</body>
|
|
|
|
<footer>
|
2021-10-19 10:45:24 +00:00
|
|
|
|
2021-10-17 16:39:45 +00:00
|
|
|
<nav aria-label="pagination">
|
2021-10-19 10:45:24 +00:00
|
|
|
<button href = "index.html">1</button>
|
|
|
|
<button id= page>2</button>
|
2021-10-17 16:39:45 +00:00
|
|
|
</nav>
|
2021-10-17 20:54:41 +00:00
|
|
|
</footer>
|
|
|
|
</html>
|