tor-browser

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

load-ok-manifest-link.html (210B)


      1 <!doctype html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>Successful load for a linked manifest</title>
      5  <link rel="manifest" href='manifest.json'>
      6 </head>
      7 <body>
      8 <h1>Manifest OK (linked manifest)</h1>
      9 </body>