26 lines
		
	
	
		
			No EOL
		
	
	
		
			768 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			No EOL
		
	
	
		
			768 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> | 
