diff options
Diffstat (limited to 'include/header.shtml')
-rw-r--r-- | include/header.shtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/header.shtml b/include/header.shtml index 1e0c7d0..d6fb1e6 100644 --- a/include/header.shtml +++ b/include/header.shtml @@ -1,7 +1,7 @@ <header id="header"> <div id="navBar"> <section> - <a id="home" href="/html/achernar.html"></a> + <a id="home" href="/html/achernar.html" title="Home"></a> </section> <section> @@ -12,7 +12,7 @@ </section> <section> - <a id="hamburger" onclick="Ach.toggleSideMenu();"></a> + <a id="hamburger" onclick="Ach.toggleSideMenu();" title="Side menu"></a> </section> </div> |