tor-browser

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

cookie_favicon.html (221B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset='utf-8'>
      5    <title>Favicon Test for caching</title>
      6    <link rel="icon" type="image/png" href="cookie_favicon.sjs" />
      7  </head>
      8  <body>
      9    Favicon!!
     10  </body>
     11 </html>