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');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue