From 90da3c3d1539e7e6b567362ba7244c8c86530b47 Mon Sep 17 00:00:00 2001 From: Lucas Langlois Date: Fri, 16 Feb 2024 16:42:28 +0100 Subject: [PATCH] rendu --- README.md | 6 +++--- index.html | 22 +++++++++++++++++----- js/car.js | 44 ++++++++++++++++++++++++++++++++++++++++++++ js/extra.js | 8 ++++++++ 4 files changed, 72 insertions(+), 8 deletions(-) create mode 100644 js/car.js create mode 100644 js/extra.js diff --git a/README.md b/README.md index e004fb2..a197dbe 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ 1. Forker le dépôt Git: ```bash -git clone https://www-apps.univ-lehavre.fr/forge/khraimes/exam-js.git +git clone git@forgeb1.univ-lehavre.fr:ll221042/exam-js.git ``` -Créer une nouvelle branche pour votre projet portant votre login : (ks110222 par exemple) +Créer une nouvelle branche pour votre projet portant votre login : ```bash -git checkout -b ks110222 +git checkout -b ll221042 ``` Développer votre projet et commiter vos modifications: diff --git a/index.html b/index.html index be6da78..7134a12 100644 --- a/index.html +++ b/index.html @@ -32,16 +32,28 @@ - + +