зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
135 B
HTML
7 строки
135 B
HTML
|
<!doctype html>
|
||
|
<title>apng test</title>
|
||
|
<picture>
|
||
|
<source type="image/apng" srcset="animated.apng">
|
||
|
<img src="static.png">
|
||
|
</picture>
|