tor-browser

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

test.html (135B)


      1 <!doctype html>
      2 <title>apng test</title>
      3 <picture>
      4 <source type="image/apng" srcset="animated.apng">
      5 <img src="static.png">
      6 </picture>