diff --git a/assets/mainboard.js b/assets/mainboard.js index fff760a..737ab84 100644 --- a/assets/mainboard.js +++ b/assets/mainboard.js @@ -18,10 +18,6 @@ window.location.href = "Leaderboard.html"; }); - document.getElementById("logoutBtn").addEventListener("click", () => { - alert("Logout berhasil!"); - }); - // OVERLAY CREDITS function openCredits() { document.getElementById('creditsOverlay').style.display = 'flex'; diff --git a/logout.php b/logout.php new file mode 100644 index 0000000..bf9b765 --- /dev/null +++ b/logout.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/mainboard.html b/mainboard.html index 526b1f0..2473344 100644 --- a/mainboard.html +++ b/mainboard.html @@ -6,24 +6,19 @@ Memory Flip Card Game