forked from nin0/website
Added credits
This commit is contained in:
parent
40da75ff84
commit
d218687154
4 changed files with 41 additions and 8 deletions
4
index.js
4
index.js
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue