tor-browser

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

466763-1.html (446B)


      1 <html>
      2 <head>
      3 <script type="text/javascript">
      4 
      5 function boom()
      6 {
      7  var s = document.getElementById("s");
      8  s.appendChild(s.previousSibling);
      9  s.parentNode.removeAttribute("class");
     10  document.documentElement.offsetHeight;
     11  s.appendChild(document.createTextNode(" "));
     12 }
     13 
     14 </script>
     15 <style type="text/css">
     16 
     17 .flfr:first-letter { float: right; }
     18 
     19 </style>
     20 </head>
     21 
     22 <body onload="boom();" class="flfr">&#xFEB7; <span id="s"></span></body>
     23 
     24 </html>