Skip to content

Commit

Permalink
Add alt attributes to images
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Nov 8, 2023
1 parent 1c53b34 commit 76b54e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ <h1>{% title %}</h1>
{% description %}
<button onClick="window.open('https://gd.games/iuevix/pay-and-wash');">Play now!</button>
<div class="bottom-row">
<img title="Washing machine" src="/img/washingmachine.png" class="machine"/>
<img title="Cafe service" src="/img/cafeservice.png"/>
<img title="Player" src="/img/player.png"/>
<img title="Dryer" src="/img/dryer.png" class="machine"/>
<img alt="Washing machine" title="Washing machine" src="/img/washingmachine.png" class="machine"/>
<img alt="Cafe service" title="Cafe service" src="/img/cafeservice.png"/>
<img alt="Player" title="Player" src="/img/player.png"/>
<img alt="Dryer" title="Dryer" src="/img/dryer.png" class="machine"/>
</div>
</body>
</html>

0 comments on commit 76b54e7

Please sign in to comment.