tor-browser

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

1323114-1.html (324B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 <div id=a />
      5 <script>
      6 addEventListener("DOMContentLoaded", function(){
      7  a.animate([{"transform": "matrix3d(25,8788,-69,-24,-3,85,52,3,63,0,12,36810,-68,15,82,0) rotate(77rad)"}],
      8             {fill: "both", iterationStart: 45, iterationComposite: "accumulate"});
      9 });
     10 </script>
     11 </body>
     12 </html>