tor-browser

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

file_invalid_href.html (269B)


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