Timothy J. Warren
e4a793306d
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
4 lines
357 B
PHP
4 lines
357 B
PHP
<?php declare(strict_types=1);
|
|
|
|
return '<picture width="200" height="300" loading="lazy"><source srcset="https://localhost/assets/images/example.svg" type="image/svg+xml" /><source srcset="https://localhost/assets/images/example.png" type="image/png" /><img src="https://localhost/assets/images/example.png" alt="Example text" loading="lazy" /></picture>';
|