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

Equipe ID${t.id} - Nom d'équipe ${t.team}

\n` div += `