From 0173b6f0e85d79d6063e33e8d4ccf66136c9e17c Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Thu, 16 Dec 2021 12:44:22 +0000 Subject: [PATCH] fix: add aria label to logo and github icon Signed-off-by: Conrad Zelck <git@simpel.cc> --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3013b72..9d772ee 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ <header> <nav> <h1>Sort Lines</h1> - <a id="logo" class="cursordefault" href="/"><img src="../Simpel.png" alt="simpel icon" height="48" width="48"></a> - <a id="github" href="https://github.com/SimpelMe/sort-lines" target="_blank" rel="noopener noreferrer" title="watch source code"> + <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" aria-label="go to source code at github dot com"> <img id="github-cat" src="../github-cat-white.png" alt="github logo"> </a> </nav> -- GitLab