tor-browser

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

filter-on-continuation-box-ref.html (208B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style type="text/css">
      4  div {
      5    border: 1px solid grey;
      6    width: 100px;
      7    color: rgba(0,0,0,0.5);
      8  }
      9 </style>
     10 
     11 <div>
     12  <span id="myspan">Wrapped sentence</span>
     13 </div>
     14 
     15 </html>