tor-browser

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

file_with_favicon.html (260B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Test file for bugs with favicons</title>
      5 
      6  <!--Set a favicon; that's the whole point of this file.-->
      7  <link rel="icon" href="file_generic_favicon.ico">
      8 </head>
      9 <body>
     10  Test file for bugs with favicons
     11 </body>
     12 </html>