website update

This commit is contained in:
sageTheDM 2025-01-04 21:06:03 +01:00
parent 08a58b90d2
commit a9e3ccfa70
4 changed files with 3 additions and 3 deletions

View file

@ -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');
});
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -49,7 +49,7 @@
<p>Uncover squares on a grid while avoiding hidden mines, using numbers to deduce safe spots.</p>
</div>
</a>
<a href="#" target="_blank" class="item">
<a href="guessMyNumber/index.html" target="_blank" class="item">
<img src="images/number.jpeg" alt="Image can't be displayed">
<h2>Guess My Number</h2>
<div class="description">

View file

@ -34,7 +34,7 @@
<p>Uncover squares on a grid while avoiding hidden mines, using numbers to deduce safe spots.</p>
</div>
</a>
<a href="" target="_blank" class="item">
<a href="../secret/guessMyNumber/index.html" target="_blank" class="item">
<img src="../secret/images/number.jpeg" alt="Image can't be displayed">
<h2>Guess My Number</h2>
<div class="description">