5 lines
242 B
HTML
5 lines
242 B
HTML
<picture>
|
|
<source srcset="/images/people/avatar.avif" type="image/avif">
|
|
<source srcset="/images/people/avatar.webp" type="image/webp">
|
|
<img src="/images/people/avatar.png" alt="trwnh's avatar" width=48 height=48 class="avatar">
|
|
</picture> |