version du 15-10-2021
This commit is contained in:
parent
c3abfd7f04
commit
4e27369a55
3 changed files with 80 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!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></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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue