tor-browser

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

429960-1.html (337B)


      1 <!DOCTYPE html>
      2 <html style="direction: rtl;" contenteditable="true">
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function boom()
      7 {
      8  document.body.firstChild.style.columnCount = "3";
      9 }
     10 
     11 </script>
     12 </head>
     13 
     14 <body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x  </span></div>
     15 
     16 </body>
     17 </html>