From 0cbb5918792ed2ae46c04a172aedbba6dc8fa540 Mon Sep 17 00:00:00 2001 From: Blandine Bajard <83599148+BlandineBajard@users.noreply.github.com> Date: Mon, 18 Oct 2021 17:33:22 +0200 Subject: [PATCH] changements blandine --- films.html | 7 ++++++- scripts/films.js | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 scripts/films.js diff --git a/films.html b/films.html index d2e0a87..22d9a76 100644 --- a/films.html +++ b/films.html @@ -5,6 +5,7 @@ + Films @@ -19,7 +20,11 @@ - +
+
+
+
+
\ No newline at end of file diff --git a/scripts/films.js b/scripts/films.js new file mode 100644 index 0000000..5b98345 --- /dev/null +++ b/scripts/films.js @@ -0,0 +1,5 @@ +const EPISODE4 = document.getElementById('Ep4'); +const DONNEES = document.getElementById('donnees'); +const VAISSEAUX = document.getElementById('vaisseaux'); +const PLANETES = document.getElementById('planetes'); +