tor-browser

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

animation-important-002-ref.html (196B)


      1 <!DOCTYPE html>
      2 <style>
      3  a {
      4    text-decoration: underline;
      5    background-color: rgb(0, 150, 0);
      6  }
      7 </style>
      8 <a style="color: rgb(150, 0, 0)">Unvisited</a>
      9 <a style="color: white">Visited</a>