tor-browser

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

457380-1.html (389B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 
      5 <script type="text/javascript">
      6 
      7 function boom()
      8 {
      9  document.documentElement.style.columnCount = '3';
     10  document.documentElement.offsetHeight;
     11  document.documentElement.style.columnCount = '';
     12 }
     13 
     14 </script>
     15 
     16 <style type="text/css">
     17 
     18 html:before { content: '0'; }
     19 
     20 </style>
     21 
     22 </head>
     23 
     24 <frameset onload="boom();"></frameset>
     25 
     26 </html>