diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:50:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:50:28 -0400 |
| commit | c0001805d874f99454bb4aba70dda478eacd4c63 (patch) | |
| tree | 41b2a89339a2296f21a0ad430c88a003b76c332d /articles/index.html | |
| parent | 2494b7e26392842c09e8f576412018b14e7bf28b (diff) | |
improvements to accessibility
Diffstat (limited to 'articles/index.html')
| -rw-r--r-- | articles/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/articles/index.html b/articles/index.html index 7f97bd9..977aefe 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -11,7 +11,6 @@ <body> <ul class="topBar"> <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> - <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> <li class="toplink"><a href="https://jacobmcdonnell.com/articles/rss.xml">rss feed</a></li> </ul> |
