tor-browser

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

403143-1.html (439B)


      1 <html>
      2 
      3 <head>
      4 <script>
      5 function boom()
      6 {
      7  document.getElementById("i1").style.counterIncrement = "chicken";
      8  document.getElementById("i3").style.counterIncrement = "chicken";
      9 }
     10 </script>
     11 </head>
     12 
     13 <body onload="boom();" style="overflow: auto; display: -moz-box;">
     14 <img id="i1" style="width: 30px; float: right;">
     15 <img id="i2" style="margin: 0 100%; padding: 0 60px;">
     16 <img id="i3" style="margin: 100% 0; float: right;">
     17 </body>
     18 
     19 </html>