tor-browser

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

898913.html (322B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <style>
      6 
      7 div { page-break-inside: avoid; }
      8 div:first-letter { float: right; }
      9 
     10 </style>
     11 <script>
     12 
     13 function boom()
     14 {
     15  var d = document.getElementById('d');
     16  d.firstChild.remove();
     17 }
     18 
     19 </script>
     20 </head>
     21 <body onload="boom();">
     22 <div id="d">&#x202B;</div>
     23 </body>
     24 </html>