tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

serviceworker.html (211B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <script>
      6       navigator.serviceWorker.register("worker.js");
      7    </script>
      8  </head>
      9  <body>
     10    This is a test page.
     11  </body>
     12 <html>