tor-browser

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

1321357-1.html (297B)


      1 <!doctype html>
      2 <html>
      3 <body onload="document.getElementById('containerA').pauseAnimations()">
      4  <svg id="containerA">
      5    <animate id="ia" end="50s"></animate>
      6    <animate begin="60s" end="ic.end"></animate>
      7  </svg>
      8  <svg>
      9    <animate id="ic" end="ia.end"></animate>
     10  </svg>
     11 </body>
     12 </html>