tor-browser

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

1987809.html (254B)


      1 <!DOCTYPE html>
      2 <script>
      3 window.addEventListener("load", () => {
      4  document.body.animate(
      5    [
      6      {"transform": "rotate(8e9grad)"},
      7      {"transform": "rotate3d(25.9, 266.6, 272.7, 6.235554664rad)"},
      8    ],
      9    987.35
     10  )
     11 })
     12 </script>
     13 <body></body>