1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Shorten alt-text to recommended <100 char limit

This commit is contained in:
Rohan Kumar 2021-01-20 15:47:27 -08:00
parent efa589508f
commit f8113605c2
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -175,7 +175,7 @@ an example:
<a href="https://seirdy.one/misc/website_colors_large.png"> <a href="https://seirdy.one/misc/website_colors_large.png">
<picture> <picture>
<source srcset="https://seirdy.one/misc/website_colors.webp" type="image/webp"> <source srcset="https://seirdy.one/misc/website_colors.webp" type="image/webp">
<img src="https://seirdy.one/misc/website_colors.png" width="478" height="363" alt="This page with a grey background, a header with unreadable black/grey text, and unreadable white-on-white code snippets"> <img src="https://seirdy.one/misc/website_colors.png" width="478" height="363" alt="This page with a grey background behind black/grey headers and white-on-white code snippets">
</picture> </picture>
</a> </a>