2019-11-19 10:58:15 -08:00

4 lines
93 B
HTML

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