diff options
-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 { |