tor-browser

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

1229983-1.html (592B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom() {
      8    var canvas = document.createElement('canvas');
      9    var ctx = canvas.getContext('2d');
     10    ctx.lineJoin = 'round';
     11    ctx.transform(18.5, 41.6, 447, 78.2, 85.75, 120.5);
     12    ctx.transform(186.25, 26.142857142857142, 251.5, -562949953421311, 147, 4.625);
     13    ctx.rotate(32);
     14    ctx.arc(33.8, 1, 183, 141.5, 452.5, 0);
     15    ctx.transform(423, 24.75, 78, 12, 180.25, 191.5);
     16    ctx.shadowBlur = 31.5;
     17    ctx.shadowColor = "blue";
     18    ctx.stroke();
     19 }
     20 
     21 </script>
     22 </head>
     23 <body onload="boom();"></body>
     24 </html>