<!DOCTYPE html>
<body>
<script>
navigator.serviceWorker.getRegistration(location.search.substring(1))
.then(_ => { document.title = "PASS"; });
</script>
</body>
<!DOCTYPE html>
<body>
<script>
navigator.serviceWorker.getRegistration(location.search.substring(1))
.then(_ => { document.title = "PASS"; });
</script>
</body>