tor-browser

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

1778834.html (178B)


      1 <!doctype html>
      2 <title>AccentColor without native accent</title>
      3 <style>
      4  div {
      5    width: 100px;
      6    height: 100px;
      7    background-color: AccentColor;
      8  }
      9 </style>
     10 <div></div>