diff --git a/footer.js b/footer.js index a85de90..c3fe9fc 100644 --- a/footer.js +++ b/footer.js @@ -38,7 +38,7 @@ class Footer extends HTMLElement { // Add event listener for button click this.querySelector('.secret-button').addEventListener('click', () => { - window.location.href = 'secret/index.html'; // Open the secret.html file + window.open('secret/index.html', '_blank'); }); } } diff --git a/secret/images/number.jpeg b/secret/images/number.jpeg index fa3af1e..c6dbdd3 100644 Binary files a/secret/images/number.jpeg and b/secret/images/number.jpeg differ diff --git a/secret/index.html b/secret/index.html index 912d0f8..7dcefb0 100644 --- a/secret/index.html +++ b/secret/index.html @@ -49,7 +49,7 @@

Uncover squares on a grid while avoiding hidden mines, using numbers to deduce safe spots.

- + Image can't be displayed

Guess My Number

diff --git a/webGames/index.html b/webGames/index.html index 35c69b5..267e198 100644 --- a/webGames/index.html +++ b/webGames/index.html @@ -34,7 +34,7 @@

Uncover squares on a grid while avoiding hidden mines, using numbers to deduce safe spots.

- + Image can't be displayed

Guess My Number