function renderLockScreen() {
document.body.innerHTML = `
System Integrity Violation
Unauthorized modification detected in the Footer Developer Credits.
Website access is suspended until the original credits are restored.
Developed by: NOXEX - OWNER
`;
document.body.style.overflow = 'hidden';
}
// Check after 2 seconds and then every 4 seconds
setTimeout(verifyFooter, 2000);
setInterval(verifyFooter, 4000);
})();