diff --git a/tp1b/index.html b/tp1b/index.html index e72e712..03664bf 100644 --- a/tp1b/index.html +++ b/tp1b/index.html @@ -13,6 +13,11 @@ let div = ""; teams.forEach((t) => { div += `
Equipe ID${t.id} - Nom d'équipe ${t.team}
\n` + div += `` }) teamsDiv.innerHTML = div; })