From 5c2a1c30e158aaf55bdc89a49978a59bdd305ce0 Mon Sep 17 00:00:00 2001 From: beau Date: Thu, 21 Nov 2024 12:11:08 +0100 Subject: [PATCH] jge --- index.html | 3 ++- js/intro.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 95a0723..a4a8981 100755 --- a/index.html +++ b/index.html @@ -10,8 +10,9 @@ +
-
+
diff --git a/js/intro.js b/js/intro.js index 4b8457b..580ba77 100644 --- a/js/intro.js +++ b/js/intro.js @@ -4,7 +4,7 @@ document.addEventListener("click",firstClick) function firstClick(){ - let position_button=document.getElementById("divButton_score") + let position_button=document.getElementById("divButtonScore") const click = document.createElement("button") click.innerText="click" position_button.appendChild(click)