Our-Team-Members/index.html

33 lines
912 B
HTML

<!DOCTYPE html>
<html lang="en">
<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"
/>
<title>Document</title>
<script src="script.js" defer></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section id="corps">
<h1>Our Team Members</h1>
<div id="blocs">
</div>
</section>
</body>
<footer>
<nav aria-label="pagination">
<button href = "index.html">1</button>
<button id= page>2</button>
</nav>
</footer>
</html>