summaryrefslogtreecommitdiff
path: root/info.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-06-04 19:12:34 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-06-04 19:12:34 -0400
commitc1abd776510d69f6f35ef449875c48b46a5ca95a (patch)
treef6f1c1bad743b88f0afcd5d00af203c5069bf847 /info.html
parent274c6041a397e11840d112dcde1e57e5c165d2c9 (diff)
download53hor-c1abd776510d69f6f35ef449875c48b46a5ca95a.tar.xz
53hor-c1abd776510d69f6f35ef449875c48b46a5ca95a.zip
added alt tags to images
Diffstat (limited to 'info.html')
-rw-r--r--info.html32
1 files changed, 26 insertions, 6 deletions
diff --git a/info.html b/info.html
index cfe87fb..924d803 100644
--- a/info.html
+++ b/info.html
@@ -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>