tor-browser

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

847209.html (231B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 .f:first-letter {
      6  float: left;
      7 }
      8 .f {
      9  page-break-inside: avoid;
     10 }
     11 </style>
     12 </head>
     13 <body onload="document.getElementById('p').className = '';">
     14 <p id="p" class="f">text</p>
     15 </body>
     16 </html>