diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-04 19:12:34 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-04 19:12:34 -0400 |
commit | c1abd776510d69f6f35ef449875c48b46a5ca95a (patch) | |
tree | f6f1c1bad743b88f0afcd5d00af203c5069bf847 /posts/2020-04-10-wedding-photos-are-here.html | |
parent | 274c6041a397e11840d112dcde1e57e5c165d2c9 (diff) | |
download | 53hor-c1abd776510d69f6f35ef449875c48b46a5ca95a.tar.xz 53hor-c1abd776510d69f6f35ef449875c48b46a5ca95a.zip |
added alt tags to images
Diffstat (limited to 'posts/2020-04-10-wedding-photos-are-here.html')
-rw-r--r-- | posts/2020-04-10-wedding-photos-are-here.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/posts/2020-04-10-wedding-photos-are-here.html b/posts/2020-04-10-wedding-photos-are-here.html index 643f68e..21ec27e 100644 --- a/posts/2020-04-10-wedding-photos-are-here.html +++ b/posts/2020-04-10-wedding-photos-are-here.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <link rel="stylesheet" href="/includes/stylesheet.css" /> <meta charset="utf-8" /> @@ -21,31 +21,31 @@ <ul> <li> <a href="/"> - <img src="/includes/icons/home-roof.svg" /> + <img alt="home" src="/includes/icons/home-roof.svg" /> Home </a> </li> <li> <a href="/info.html"> - <img src="/includes/icons/information-variant.svg" /> + <img alt="information" src="/includes/icons/information-variant.svg" /> Info </a> </li> <li> <a href="https://git.53hor.net"> - <img src="/includes/icons/git.svg" /> + <img alt="git" src="/includes/icons/git.svg" /> Repos </a> </li> <li> <a href="/software.html"> - <img src="/includes/icons/floppy-variant.svg" /> + <img alt="software" src="/includes/icons/floppy-variant.svg" /> Software </a> </li> <li> <a type="application/rss+xml" href="/rss.xml"> - <img src="/includes/icons/rss.svg" /> + <img alt="rss" src="/includes/icons/rss.svg" /> RSS </a> </li> |