Skip to content

Commit

Permalink
Add alt attributes to img tags in www/public/HEADER.html (#199)
Browse files Browse the repository at this point in the history
Order the attributes
  • Loading branch information
jbampton authored Feb 22, 2024
1 parent b72d467 commit 5f38b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/public/HEADER.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<a href="http://www.apache.org/"><img title="ASF Logo" src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
<a href="/"><img src="../whimsy.svg" width="140" title="whimsy"/></a>
<a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="https://www.apache.org/foundation/press/kit/asf_logo_small.png" title="ASF Logo"/></a>
<a href="/"><img alt="whimsy" src="../whimsy.svg" title="whimsy" width="140"/></a>

0 comments on commit 5f38b70

Please sign in to comment.