tor-browser

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

1278461-1.html (432B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <meta http-equiv="content-type" content="text/html; charset=windows-1252">
      4 <script>
      5 
      6 function boom()
      7 {
      8    x.style.display = "contents";
      9 }
     10 
     11 </script>
     12 </head>
     13 <body onload="boom();">
     14 
     15    <div style="column-width: 1px;">
     16        <div style="display: grid;">
     17            <div style="height: 200px;">v</div>
     18            <div style="height: 200px;" id="x">x</div>
     19        </div>
     20    </div>
     21 
     22 </body>
     23 </html>