script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/service-worker.js') .then(registration => { console.log('Service Worker registrado com sucesso:', registration); }) .catch(error => { console.log('Falha ao registrar Service Worker:', error); }); }); }

Creativity starts when you cut a zero from your budget. — Jaime Lerner

All readers are invited to post comments responsibly. Any messages with foul language or inciting hatred will be deleted. Comments with all capital …

Powered by WPeMatico