mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
6 lines
135 B
HTML
6 lines
135 B
HTML
<!doctype html>
|
|
<title>apng test</title>
|
|
<picture>
|
|
<source type="image/apng" srcset="animated.apng">
|
|
<img src="static.png">
|
|
</picture>
|