mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
11 lines
271 B
HTML
11 lines
271 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<html>
|
|
<body>
|
|
<picture>
|
|
<source srcset="lime100x100.svg">
|
|
<img src="red.png" width="100" height="100">
|
|
</picture>
|
|
</body>
|
|
</html>
|