tor-browser

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

1432541-ref.html (602B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <style>
      4 .tile-wrapper{overflow:hidden;}
      5 .tile-wrapper img{position:relative;}
      6 .tile-33{width:300%;height:300%}
      7 </style>
      8 </head>
      9 <body>
     10  <table>
     11    <tr>
     12      <td><div><div class="tile-wrapper" style="width: 126px; height: 126px"><img class="tile-33" src="repeatable-diagonal-gradient.png" style="top:0%; left: 0%"></div></div></td>
     13    </tr>
     14    <tr>
     15      <td><div><div class="tile-wrapper" style="width: 126px; height: 126px"><img class="tile-33" src="repeatable-diagonal-gradient.png" style="top:-100%; left: 0%"></div></div></td>
     16    </tr>
     17  </table>
     18 </body>
     19 </html>