From 34481c003944189ffcd39cee3fde6b4102750adc Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Thu, 4 Mar 2021 19:56:52 +0000 Subject: [PATCH] mouse-trap: change files naming --- subjects/mouse-trap/README.md | 6 ++++-- subjects/mouse-trap/{index.html => mouse-trap.html} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename subjects/mouse-trap/{index.html => mouse-trap.html} (100%) diff --git a/subjects/mouse-trap/README.md b/subjects/mouse-trap/README.md index 2d531980..f9284be6 100644 --- a/subjects/mouse-trap/README.md +++ b/subjects/mouse-trap/README.md @@ -21,9 +21,11 @@ Develop a trap to capture the elements when the mouse is getting too close to th ### Provided files -You have at your disposal the following file that you can download to test locally: +### Files -- the HTML file [index.html](/public/subjects/mouse-trap/index.html) to open in the browser, which includes: +You only need to create & submit the JS file `mouse-trap.js` ; we're providing you the following file to download (click right and save link) & test locally: + +- the HTML file [mouse-trap.html](/public/subjects/mouse-trap/mouse-trap.html) to open in the browser, which includes: - the JS script which will allow to run your code - some CSS pre-styled classes: feel free to use those as they are, or modify them diff --git a/subjects/mouse-trap/index.html b/subjects/mouse-trap/mouse-trap.html similarity index 100% rename from subjects/mouse-trap/index.html rename to subjects/mouse-trap/mouse-trap.html