1
0
Fork 0
forked from nin0/website

Added credits

This commit is contained in:
nin0dev 2024-05-11 03:37:27 -04:00
parent 40da75ff84
commit d218687154
4 changed files with 41 additions and 8 deletions

View file

@ -50,3 +50,7 @@ LanyardWrapper.connectWebSocket("886685857560539176", onUpdate)
.catch(err => {
console.error(err);
});
function showCredits() {
document.getElementById("credits").style.display = "block"
document.getElementById("credits-button").style.display = "none"
}