tor-browser

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

teal-16x16-masked.html (261B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com">
      3 <style>
      4 *{margin: 0; padding: 0;}
      5 div{
      6    margin: 4px;
      7    width: 14px;
      8    height: 14px;
      9    border: teal 2px solid;
     10    background: teal;
     11 }
     12 </style>
     13 <div></div>