blob: 220914b4dcd0cdab4406f0adf1467bfb6831a8f6 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
navigator.serviceWorker.getRegistration(location.search.substring(1))
.then(_ => { document.title = "PASS"; });
</script>
</body>