[llvm-commits] CVS: llvm-www/testresults/index.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Sep 8 12:09:13 PDT 2004
Changes in directory llvm-www/testresults:
index.html updated: 1.13 -> 1.14
---
Log message:
Add "Valid HTML 4.01" and "Valid CSS" buttons to the page.
---
Diffs of the changes: (+10 -6)
Index: llvm-www/testresults/index.html
diff -u llvm-www/testresults/index.html:1.13 llvm-www/testresults/index.html:1.14
--- llvm-www/testresults/index.html:1.13 Tue Sep 7 19:14:22 2004
+++ llvm-www/testresults/index.html Wed Sep 8 14:09:03 2004
@@ -44,12 +44,16 @@
</div>
<hr>
-<div class="www_footer">
- <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
- <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
- <br>
- Last modified: $Date: 2004/09/08 00:14:22 $
-</div>
+<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:sabre at nondot.org">Chris Lattner</a><br>
+ <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
+ Last modified: $Date: 2004/09/08 19:09:03 $
+</address>
</body>
</html>
More information about the llvm-commits
mailing list