chromium/third_party/blink/web_tests/http/tests/inspector-protocol/service-worker/tentative/static-router/resources/service-worker-with-static-router.html

<!DOCTYPE html>
<html>

<head>
  <title>Test registering static router rules.</title>
  <script>
    function installSW() {
      navigator.serviceWorker.register('service-worker-with-static-router.js');
    }
  </script>
</head>

<body onload="installSW()"></body>

</html>