tor-browser

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

397844-1.xhtml (238B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <style>
      4 .fl:first-letter { }
      5 </style>
      6 </head>
      7 
      8 <body dir="rtl" onload="document.getElementById('t').style.padding = '0';">
      9 
     10 <div class="fl" id="t"><span>abc</span></div>
     11 
     12 </body>
     13 </html>