ππCHERAGEMππ
LODING....
π Under the Sea
β»οΈ β»οΈ β
πβπ¬π
Enter password
Out of the Sea
(function(){ const pwInput = document.getElementById('rb-pw'); const okBtn = document.getElementById('rb-ok'); const overlay = document.getElementById('rb-overlay'); const closeBtn = document.getElementById('rb-close'); function showPopup(){ overlay.style.display = 'flex'; } function hidePopup(){ overlay.style.display = 'none'; pwInput.focus(); } okBtn.addEventListener('click', checkPassword); closeBtn.addEventListener('click', hidePopup); pwInput.addEventListener('keydown', function(e){ if(e.key === 'Enter') { checkPassword(); } }); function checkPassword(){ const v = (pwInput.value || '').trim(); if(v === 'GEM'){ location.href = '#lawchell'; } else { document.querySelector('#rb-popup .popup-body').textContent = '...'; showPopup(); } } })(); βKirameku Zemβ
sailor moon oc
Retro Login function checkPassword() { const pw = document.getElementById("password").value; if (pw === "0515") { window.location.href = "#section03"; } else { alert("..."); } }