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