tor-browser

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

413085-1.html (343B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <style type="text/css">
      4 
      5 body:first-letter { float: right; }
      6 
      7 </style>
      8 
      9 <script type="text/javascript">
     10 
     11 function boom()
     12 {
     13  document.body.firstChild.remove();
     14  document.body.appendChild(document.createTextNode('x'));  
     15 }
     16 
     17 </script>
     18 </head>
     19 
     20 <body onload="boom();">&#xFEB7;
     21 </body>
     22 
     23 </html>