tor-browser

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

load-fail.html (193B)


      1 <!doctype html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>Manifest 404 not found</title>
      5  <link rel="manifest" href='nowhere.json'>
      6 </head>
      7 <body>
      8 <h1>Manifest error 404 not found</h1>
      9 </body>