tor-browser

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

offline.html (335B)


      1 <!DOCTYPE html>
      2 <html manifest="manifest.appcache">>
      3  <head>
      4    <meta charset="utf-8">
      5    <meta http-equiv="Cache-Control" content="public" />
      6    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
      7 
      8  </head>
      9 
     10  <body>
     11    <h1>Set up offline appcache Test</h1>
     12  </body>
     13 </html>