tor-browser

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

1288608.html (315B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom()
      8 {
      9    document.body.style.overflow = "scroll";
     10    c.style.visibility = "";
     11 }
     12 
     13 </script>
     14 </head>
     15 <body onload="boom();">
     16 <div id="c" style="position: relative; transition: 2s; display: table-cell; bottom: 0.1vw;"></div>
     17 </body>
     18 </html>