tor-browser

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

1388625-1.html (305B)


      1 <!DOCTYPE html>
      2 <style>
      3    div::first-line { color: green }
      4 </style>
      5 <body style="width: 100px" onload="document.body.style.width = 'auto'">
      6  <div>
      7    <span style="display: ruby-base-container">Some</span>
      8    <span style="display: ruby-base-container">text that is fairly long</span>
      9  </div>
     10 </body>