tor-browser

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

application-manifest-404-manifest.html (227B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Simple manifest</title>
      6  <link rel="manifest" href="non-existing-manifest.json">
      7 </head>
      8 <body>
      9  <p>This page links to a manifest URL that is a 404.</p>
     10 </body>