tor-browser

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

1145950-1.html (367B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom()
      8 {
      9    r.style.borderRadius = "4px";
     10 }
     11 
     12 </script>
     13 </head>
     14 <body onload="boom();">
     15    <div style="display: table;" id="r">
     16        <div style="display: -moz-popup;"></div>
     17        <div style="display: contents;"><div style="display: table-caption;"></div></div>
     18    </div>
     19 </body>
     20 </html>