tor-browser

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

400244-1.html (432B)


      1 <!DOCTYPE html> 
      2 <html>
      3 <head>
      4 <style>
      5 
      6  #colset { 
      7    column-count: 2; 
      8    column-gap: 0; 
      9    border: 2px solid black; 
     10    height: 12em; 
     11  }
     12 
     13  #b { 
     14    margin: 10em 0pt; 
     15  }
     16 
     17  #i { 
     18    margin: 12em 0pt; 
     19    float: left; 
     20    -moz-appearance: radio-small;
     21  }
     22 
     23 </style>
     24 </head>
     25 
     26 <body onload="document.getElementById('i').style.padding = '1em 0';">
     27 
     28 <div id="colset"><br id="b"><div id="i"></div></div>
     29 
     30 </body>
     31 </html>