tor-browser

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

1612891-1.html (268B)


      1 <html>
      2 <head>
      3  <script>
      4    function start() {
      5      const element = document.createElement('img')
      6      element.animate([
      7        { 'easing': '' },
      8        { 'offset': 'o' },
      9      ], {})
     10    }
     11 
     12    window.addEventListener('load', start)
     13  </script>
     14 </head>
     15 </html>