tor-browser

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

fuzzy-ref-2.html (222B)


      1 <!DOCTYPE html>
      2 <!-- This will only match with the fuzzy set in the ini file -->
      3 <link rel="match" href="fuzzy-ref-2a.html">
      4 <style>
      5 div {
      6  width: 100px;
      7  height: 100px;
      8  background-color: green;
      9 }
     10 </style>
     11 <div></div>