tp-figma-js/index.html
Vincent Ramiere 2df1ec3110 mise en page
2021-10-18 12:01:54 +02:00

26 lines
769 B
HTML

<!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>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Our Team Members</h1>
<section class="bloc1">
<!--<div id="fiche">
<img id = "avatar" src="" alt="Photo d'identité">
<p id = "nom"></p> <p id = "prenom"></p>
<p id = "identifiant"></p>
<p id = "email"></p>
</div>-->
<div id="personne"></div>
</section>
<button id = "page2">page suivante </button>
</body>
</html>