tor-browser

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

489462-1.html (399B)


      1 <html>
      2 <head>
      3 <script type="text/javascript">
      4 
      5 function boom()
      6 {
      7  document.body.style.whiteSpace = "";
      8  document.getElementById("b").style.direction = "";
      9 }
     10 
     11 </script>
     12 
     13 <style type="text/css">
     14 
     15 #c:first-letter { font-size-adjust: 8388609; }
     16 
     17 </style>
     18 </head>
     19 
     20 <body onload="boom();" style="white-space: pre;"><div id="b" style="direction: rtl;"><div id="c">Qqq Rrr Sss.</div></div></body>
     21 </html>