tp-figma-js/index.html

28 lines
902 B
HTML
Raw Normal View History

2021-10-17 15:49:02 +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">
<title>API REQRES</title>
<script src="script.js" defer type="module"></script>
2021-10-17 15:49:02 +00:00
<link rel="stylesheet" href="style.css">
2021-10-18 11:55:19 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
2021-10-17 15:49:02 +00:00
</head>
<body>
2021-10-17 18:59:49 +00:00
<h1>Our Team Members</h1>
2021-10-18 09:55:53 +00:00
<section class="bloc1">
2021-10-18 09:20:00 +00:00
<!--<div id="fiche">
2021-10-17 18:59:49 +00:00
<img id = "avatar" src="" alt="Photo d'identité">
<p id = "nom"></p> <p id = "prenom"></p>
2021-10-17 15:49:02 +00:00
<p id = "identifiant"></p>
<p id = "email"></p>
2021-10-18 09:20:00 +00:00
</div>-->
2021-10-17 18:59:49 +00:00
<div id="personne"></div>
2021-10-17 15:49:02 +00:00
</section>
2021-10-18 09:21:16 +00:00
2021-10-18 11:04:33 +00:00
<button id = "page1">page precedente</button>
<button id = "page2">page suivante</button>
2021-10-17 15:49:02 +00:00
</body>
</html>