added the temporary webgame collection

This commit is contained in:
sageTheDM 2025-01-04 15:53:31 +01:00
parent 4ab6684a3c
commit e3aa23a82a
18 changed files with 823 additions and 70 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/explenation.html'; // Open the secret.html file
window.location.href = 'secret/index.html'; // Open the secret.html file
});
}
}