1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3 <html> 4 <head> 5 <title>LLVM Core Website</title> 6 <link rel="stylesheet" href="llvm.css" type="text/css"> 7 </head> 8 <body> 9 10 <div class="doc_title">LLVM Core Web Site</div> 11 <p>This is just a place holder for now.</p> 12 </div> 13 14 <!-- *********************************************************************** --> 15 16 <hr> 17 <address> 18 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img 19 src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> 20 <a href="http://validator.w3.org/check/referer"><img 21 src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> 22 23 <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> 24 Last modified: $Date: 2007-07-09 01:04:31 -0700 (Mon, 09 Jul 2007) $ 25 </address> 26 </body></html> 27