tor-browser

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

746497.html (415B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var ctx = document.querySelector("canvas").getContext('2d');
      9  ctx.arc(112.75, 22.8, 10.142857142857142, 20.5, 196, 1);
     10  ctx.translate(48.22222222222222, 18.25);
     11  ctx.lineTo(7, 50);
     12  ctx.scale(445, 24.22222222222222);
     13  ctx.stroke();
     14  ctx.stroke();
     15 }
     16 
     17 </script>
     18 </head>
     19 <body onload="boom();"><canvas width="100" height="100"></canvas></body>
     20 </html>