From 2e7f662527194001a9ecb5863ff33f056b4f2aa5 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 23 Jul 2024 11:20:11 +0200 Subject: [PATCH] Update index.html --- todo_app/index.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/todo_app/index.html b/todo_app/index.html index 4d2e589..d490996 100644 --- a/todo_app/index.html +++ b/todo_app/index.html @@ -78,45 +78,45 @@

TodoMaster Pro

-

Your Todo Projects

+

Vos Projets de Tâches

- +
@@ -248,8 +248,8 @@

${project.name}

li.innerHTML = ` ${todo.text}
- - + +
`; if (todo.done) {