diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-27 05:54:34 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-27 05:54:34 -0600 |
commit | 058bf036924221254b4e372fa69c1f2b0beb72c9 (patch) | |
tree | 791139adda43e06a8561f64be50aef30c462e416 | |
parent | c10e0643d9024b5d9d4f07f90be14e2acba599f5 (diff) |
forgor alt
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -122,15 +122,15 @@ table { <tr> <td> <a href="https://lopster.neocities.org/tulparing/files/prev?id=28"> - <img src="images/mouthwash/left.png"></a> + <img src="images/mouthwash/left.png" alt="left"></a> </td> <td> <a href="https://lopster.neocities.org/tulparing/tulparing" target="_blank"> - <img src="images/mouthwash/icon.png"></a> + <img src="images/mouthwash/icon.png" alt="Mouthwash"></a> </td> <td> <a href="https://lopster.neocities.org/tulparing/files/next?id=28"> - <img src="images/mouthwash/right.png"></a> + <img src="images/mouthwash/right.png" alt="right"></a> </td> </tr> </table> |