tor-browser

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

html_single_get_page_favicon.html (347B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 <!doctype html>
      4 <html>
      5  <head>
      6    <meta charset="utf-8"/>
      7    <title>Favicon test</title>
      8    <link rel="icon" href="http://example.com/favicon.ico" />
      9  </head>
     10  <body>
     11    <p>Triggers favicon automatically.</p>
     12  </body>
     13 </html>