tp-figma-js/index.html

23 lines
675 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>
<section>
<h1>Our Team Members</h1>
<div id = personne>
<p id = "nom"></p>
<p id = "prenom"></p>
<p id = "identifiant"></p>
<p id = "email"></p>
<img id = "avatar" src="" alt="Photo d'identité">
</div>
</section>
</body>
</html>