tor-browser

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

file_mask_icon.html (272B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8" />
      5    <title>Mask Icon</title>
      6    <link rel="shortcut icon" href="moz.png" type="image/png" color="#101010">
      7    <link rel="icon mask-icon" href="moz.png" type="image/png" />
      8  </head>
      9  <body>
     10  </body>
     11 </html>