README: add missing alt text to images
- ID
00df31f- date
2026-05-20 06:43:41+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
9b96504- message
README: add missing alt text to images- changed files
1 file, 2 additions, 2 deletions
Changed files
README.md (1659) → README.md (1746)
diff --git a/README.md b/README.md
index 61fc56b..756d7d3 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ This is a template I use as a starting point when I create new HTML pages.
<table>
<tr>
- <td><img src="sketch.png"></td>
- <td><img src="screenshot.png"></td>
+ <td><img src="sketch.png" alt="A sketch of my standard layout"></td>
+ <td><img src="screenshot.png" alt="A screenshot fo the layout rendered as HTML"></td>
</tr>
</table>