diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
