From 8f8d981bf94f1d12cc4092b3a65f773fc32e0a12 Mon Sep 17 00:00:00 2001 From: OMGiTzPomPom Date: Fri, 24 Mar 2023 11:30:33 +0100 Subject: [PATCH] front --- tp1b/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += `