- added const dir path and url

- better file organisation
This commit is contained in:
asus
2024-02-09 15:27:38 +01:00
parent 0c0b406de0
commit 35e851cf11
9 changed files with 37 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
const title = document.querySelector(".first_el_to_change");
title.innerHTML = "--- coucou ;)";
console.log("myvar_1: " + myvar_1);

View File

@@ -0,0 +1,4 @@
const title2 = document.querySelector(".second_el_to_change");
title2.innerHTML = "--- ho boy !";

View File

@@ -0,0 +1,5 @@
const title3 = document.querySelector(".third_el_to_change");
title3.innerHTML = "--- bye bye";
console.log("myvar_2: " + myvar_2);