From 6d1af467815e1f00b450802a2103f2eb6e404e50 Mon Sep 17 00:00:00 2001 From: Vincent Ramiere Date: Mon, 18 Oct 2021 12:05:15 +0200 Subject: [PATCH] maj script --- script.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script.js b/script.js index 689cada..3ed42e0 100644 --- a/script.js +++ b/script.js @@ -4,12 +4,7 @@ const IDENTIFIANT = document.getElementsByClassName('identifiant'); const EMAIL = document.getElementsByClassName('email'); const AVATAR = document.getElementsByClassName('avatar');*/ const MEMBER = document.getElementById('personne'); -<<<<<<< HEAD console.log(MEMBER); -======= -const BUTTON = document.getElementById ('page2'); - ->>>>>>> c7bfce2711271bd6a05a3de8ee1bef5309fb0f4e const API_URL = "https://reqres.in/api/users?page=1"; fetch(API_URL) .then((response) => {