<!doctype html>
<html>
<head>
<title>
installing service worker
</title>
<script
type
="
text/javascript
">
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js');
};
</script>
</head>
<body>
</body>
</html>