top of page
bottom of page
document.addEventListener('visibilitychange', function() { if (document.hidden) { document.title = '👋 Come back soon!'; } else { document.title = 'Your Original Title'; } });