tor-browser

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

outline-on-table-ref.html (130B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 #target {
      4  width: 100px;
      5  height: 100px;
      6  outline: 1px solid black;
      7 }
      8 </style>
      9 <div id="target"></div>