suppression 1ere version du projet

This commit is contained in:
Vincent Ramiere 2021-10-17 17:40:48 +02:00
parent cf2df368d8
commit c3abfd7f04
3 changed files with 0 additions and 22 deletions

View File

View File

@ -1,22 +0,0 @@
<!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>
<p id = "nom"></p>
<p id = "prenom"></p>
<p id = "identifiant"></p>
<p id = "email"></p>
<img id = "avatar">
</div>
</body>
</html>

View File