Skip to content
Snippets Groups Projects
Commit 0173b6f0 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix: add aria label to logo and github icon


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent f398fc18
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
<header> <header>
<nav> <nav>
<h1>Sort Lines</h1> <h1>Sort Lines</h1>
<a id="logo" class="cursordefault" href="/"><img src="../Simpel.png" alt="simpel icon" height="48" width="48"></a> <a id="logo" class="cursordefault" href="/"><img src="../Simpel.png" alt="simpel icon" height="48" width="48" title="simpel.cc" aria-label="go to simpel dot c c"></a>
<a id="github" href="https://github.com/SimpelMe/sort-lines" target="_blank" rel="noopener noreferrer" title="watch source code"> <a id="github" href="https://github.com/SimpelMe/sort-lines" target="_blank" rel="noopener noreferrer" title="watch source code" aria-label="go to source code at github dot com">
<img id="github-cat" src="../github-cat-white.png" alt="github logo"> <img id="github-cat" src="../github-cat-white.png" alt="github logo">
</a> </a>
</nav> </nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment