mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
fix(content): add alt text for gazing.jpg on index page (#42)
This commit is contained in:
parent
ce1f3e3bab
commit
285bdc3980
1 changed files with 1 additions and 6 deletions
|
@ -22,10 +22,5 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<img src="/assets/media/gazing.jpg"/>
|
||||
<!--<picture class="gazing">
|
||||
<source srcset="/assets/media/gazing.avif" type="image/avif"/>
|
||||
<source srcset="/assets/media/gazing.webp" type="image/webp"/>
|
||||
<img src="/assets/media/gazing.jpg"/>
|
||||
</picture>-->
|
||||
<img src="/assets/media/gazing.jpg" alt="A portrait of Victor with a pair of cartoon glasses drawn in the shape of two V's over his eyes"/>
|
||||
<script><?= VV::js("pages/index") ?></script>
|
Loading…
Add table
Reference in a new issue