diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 03:52:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 03:52:27 (EDT) |
commit | 08544e65087afcaf234ff561cab999ee88a2d1ff (patch) | |
tree | 53c7d8bc3be397ea72a2a57c4ac8ed61778df51c | |
parent | 1b0619f0d5e65ac1abb1bfe53b247f6d549d0622 (diff) | |
download | www-08544e65087afcaf234ff561cab999ee88a2d1ff.zip www-08544e65087afcaf234ff561cab999ee88a2d1ff.tar.gz www-08544e65087afcaf234ff561cab999ee88a2d1ff.tar.bz2 |
Add standards conformance note.
-rwxr-xr-x | includes/footer.html | 3 | ||||
-rw-r--r-- | main.css | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/footer.html b/includes/footer.html index 79a3a10..b407aa5 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -14,6 +14,9 @@ <p class="tos"> By using this Web site, you agree to the <a href="terms.html">Terms of Service</a>. </p> + <p class="standards"> + <a href="http://validator.w3.org/check?uri=referrer">Valid HTML5</a> - <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS level 2.1</a> + </p> <!--#config timefmt="%Y-%m-%d %H:%M:%S" --> <p class="dates"> Retrieved: <!--#echo var="DATE_LOCAL" --> EDT<br> @@ -94,7 +94,7 @@ div.footer { font-family: sans-serif; border-top: 1px solid #666666; } -div.footer p.copyright, div.footer p.license, div.footer p.tos { +div.footer p.copyright, div.footer p.license, div.footer p.tos, div.footer p.standards { margin-bottom: 16px; } div.footer p.license img { |