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); }); }); }

Inanna Sarkis on creativity, passion, and her projects | At the HXOUSE x YouTube launch for CNCPT

HXOUSE and @YouTube Canada have teamed up for the launch of CNCPT: A place where creativity starts, and the goal is to provide resource, …

Powered by WPeMatico