remove spaces

This commit is contained in:
Bruno Windels 2020-08-13 17:59:10 +02:00
parent d386343d5c
commit 291a43b999

View file

@ -25,6 +25,6 @@
navigator.serviceWorker.register('sw.js')
.then(function() { console.log("Service Worker registered"); });
}
</script>
</script>
</body>
</html>