aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 35d99075..8f6a2c43 100644
--- a/index.html
+++ b/index.html
@@ -124,5 +124,11 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
+ <!-- pwa -->
+ <script>
+ if (typeof navigator.serviceWorker !== 'undefined') {
+ navigator.serviceWorker.register('sw.js')
+ }
+ </script>
</body>
</html>