website update
This commit is contained in:
parent
08a58b90d2
commit
a9e3ccfa70
4 changed files with 3 additions and 3 deletions
|
@ -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 |
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue