2021-10-15 11:50:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<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">
|
2021-10-15 11:57:03 +00:00
|
|
|
<title>API REQRES</title>
|
|
|
|
<script src="../script.js" defer></script>
|
|
|
|
<link rel="stylesheet" href="../style.css">
|
2021-10-15 11:50:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-10-15 12:02:19 +00:00
|
|
|
<section>
|
|
|
|
<h1>Our Team Members</h1>
|
|
|
|
<div>
|
|
|
|
<h2 id
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
</div>
|
2021-10-15 11:57:03 +00:00
|
|
|
|
2021-10-15 12:02:19 +00:00
|
|
|
</section>
|
2021-10-15 11:50:27 +00:00
|
|
|
</body>
|
2021-10-15 11:57:03 +00:00
|
|
|
</html>
|