diff --git a/index.html b/index.html index 360f707..be04414 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)