a landing page for GridBeam
work in progress
- Share by Aneeque Ahmed from the Noun Project
- Recycle By Vincent Lynch from the Noun Project
- flexible by AdbA Icons β€οΈ from the Noun Project
- Playground by Made by Made from the Noun Project
- Tree by Phoenix group from the Noun Project
- life by Adrien Coquet from the Noun Project
In browser console:
navigator.serviceWorker.getRegistrations().then(registrations => {
for (let registration of registrations) {
registration.unregister()
}
})