diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:19:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 09:19:53 +0000 |
commit | bd72241e5e62d40a62e0516291181c53f3a2acd1 (patch) | |
tree | 1b571c81cce201563a3120816185461f7c4f5295 /docs/UsingLibraries.html | |
parent | c7d1d8256ee319bb6fe70f112a502db1e06dbb7e (diff) | |
download | external_llvm-bd72241e5e62d40a62e0516291181c53f3a2acd1.zip external_llvm-bd72241e5e62d40a62e0516291181c53f3a2acd1.tar.gz external_llvm-bd72241e5e62d40a62e0516291181c53f3a2acd1.tar.bz2 |
Add the HTML 4.01 and CSS icons with links to validators.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsingLibraries.html')
-rw-r--r-- | docs/UsingLibraries.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index d41b146..c4695f8 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -175,7 +175,13 @@ <!-- ======================================================================= --> <hr> <div class="doc_footer"> -<address><a href="mailto:rspencer@x10sys.com">Reid Spencer</a></address> +<address> + <a href="http://jigsaw.w3.org/css-validator/check/referer"><img + src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/></a> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> + <a href="mailto:rspencer@x10sys.com">Reid Spencer</a> +</address> <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br>Last modified: $Date$ </div> </body> |