tor-browser

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

404215-1.html (378B)


      1 <html>
      2 <head>
      3 <style>
      4 
      5 #colset {
      6  column-count: 3;
      7 }
      8 .a {
      9  height: 3in;
     10 }
     11 .b {
     12  height: 24pt;
     13 }
     14 .c {
     15  height: 336pt;
     16 }
     17 .d {
     18  position: absolute;
     19 }
     20 
     21 </style>
     22 </head>  
     23 
     24 <body onload="document.getElementById('a').className = '';">
     25 
     26 <div id="colset"><div><div class="a" id="a"></div><div class="b"><div class="c"></div><div class="d"></div></div></div></div>
     27 
     28 </body>
     29 </html>