4 lines
93 B
HTML

<script>
window.registrationPromise = navigator.serviceWorker.register('sw.js');
</script>