From 40ef4f8acba06eb983800f6bc325f245fd409714 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Thu, 14 Dec 2023 15:23:50 +0100 Subject: [PATCH] ajout code html au lieu de l'image du code js --- web/js/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/js/README.md b/web/js/README.md index 8da69a1..8256e93 100644 --- a/web/js/README.md +++ b/web/js/README.md @@ -99,7 +99,9 @@ Il est donc possible d'exécuter du code au moment voulu dans une page web : la ``` -![js](assets/js.png) +``` + Programmation JavaScript +``` ```