diff options
Diffstat (limited to 'info.html')
-rw-r--r-- | info.html | 32 |
1 files changed, 26 insertions, 6 deletions
@@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <link rel="stylesheet" href="/includes/stylesheet.css" /> <meta charset="utf-8" /> @@ -24,31 +24,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> @@ -248,6 +248,26 @@ <img src="https://nextcloud.53hor.net/index.php/s/nKmSsrxa4LkRHdM/preview" /> + + <p> + <a href="https://jigsaw.w3.org/css-validator/check/referer"> + <img + style="border: 0; width: 88px; height: 31px" + src="https://jigsaw.w3.org/css-validator/images/vcss-blue" + alt="Valid CSS!" + /> + </a> + </p> + + <p> + <a href="http://www.anybrowser.org/campaign/" + ><img + src="path-to-graphic/graphicname" + width="graphic-width-in-pixels" + height="graphic-height-in-pixels" + alt="Viewable With Any Browser" + /></a> + </p> </article> </body> </html> |