main #16

Merged
Patrick_Pluto merged 3 commits from sageTheDm/pages:main into main 2024-12-17 12:50:46 +01:00
Showing only changes of commit 418c2a30e8 - Show all commits

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.html'; // Open the secret.html file
window.location.href = 'secret/secret.html'; // Open the secret.html file
});
}
}