/// SYSTEM_ACCESS ///
> UPLINK ESTABLISHED... [SECURE]
> DECRYPTING GATEWAY... [COMPLETE]
> WELCOME, OPERATIVE.
> CHOOSE YOUR MISSION BELOW.
ENTER HQ
WIP
INSTAGRAM
WIP
FACEBOOK
WIP
KICKSTARTER
Welcome to HQ. Here's where the team gathers to review evidence.
Feel free to look around.
document.addEventListener('DOMContentLoaded', function() { /* Move Overlays to Body to ensure they cover screen */ try { document.body.appendChild(document.getElementById('overlay-black')); document.body.appendChild(document.getElementById('vid-proj')); document.body.appendChild(document.getElementById('overlay-reset')); } catch(e) {} /* Listener for 'Tap Here' Button */ document.addEventListener('click', function(event) { var button = event.target.closest('#button2'); if (!button) return; /* Force-Unlock Audio Context */ var ids = ['sound-phone', 'sound-radio', 'sound-proj']; ids.forEach(function(id){ var el = document.getElementById(id); if(el) { el.play().then(()=>{el.pause(); el.currentTime=0;}).catch(()=>{}); } }); /* Hide UI */ var txt = document.getElementById('welcome-text'); if(txt) txt.style.display='none'; button.style.display='none'; /* Reset any overlays */ document.getElementById('overlay-reset').click(); }, false); });