tor-browser

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

766422-2.html (280B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var ctx = document.getElementById("c").getContext('2d');
      9  ctx.stroke();
     10 }
     11 
     12 </script>
     13 </head>
     14 <body onload="boom();">
     15 <canvas id="c" width="800" style="overflow: clip; transform: skewY(30rad);"></canvas>
     16 </body>
     17 </html>