9 lines
192 B
HTML
9 lines
192 B
HTML
<html>
|
|
<body>
|
|
<picture>
|
|
<source type="image/webp" srcset="assets/img/characters/robot.webp" />
|
|
<img src="assets/img/characters/robot.png" />
|
|
</picture>
|
|
</body>
|
|
</html>
|