Various site updates

This commit is contained in:
2024-01-31 23:37:10 -05:00
parent 8e88eb8734
commit 72d1c1aaf4
13 changed files with 60 additions and 75 deletions

View File

@ -1,10 +1,10 @@
<!--Begin footer-->
<footer id="footer">
<a target="_blank" href="http://validator.w3.org/check?uri=referer">
<img id="validHTML5" src="img/html5.png" alt="Valid HTML5!" />
<a target="_blank" href="//validator.w3.org/check?uri=referer">
<img id="validHTML5" src="/img/html5.png" alt="Valid HTML5!" />
</a>
<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">
<img id="validCSS" src="img/vcss-blue.gif" alt="Valid CSS!" />
<a target="_blank" href="//jigsaw.w3.org/css-validator/check/referer">
<img id="validCSS" src="/img/vcss-blue.gif" alt="Valid CSS!" />
</a>
</footer>
<!--End footer-->