diff options
author | Reid Spencer <reid@x10sys.com> | 2007-08-03 05:43:35 +0000 |
---|---|---|
committer | Reid Spencer <reid@x10sys.com> | 2007-08-03 05:43:35 +0000 |
commit | 16ac627954d00eda4ebadf4b43f5c463861e9174 (patch) | |
tree | ad07c6170929ca4828c143f828e861a331e6696e /website | |
parent | f325d9ff804699723784b615a500a504857c7d13 (diff) | |
download | external_llvm-16ac627954d00eda4ebadf4b43f5c463861e9174.zip external_llvm-16ac627954d00eda4ebadf4b43f5c463861e9174.tar.gz external_llvm-16ac627954d00eda4ebadf4b43f5c463861e9174.tar.bz2 |
Prepare for "core" website.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..c428559 --- /dev/null +++ b/website/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>LLVM Core Website</title> + <link rel="stylesheet" href="llvm.css" type="text/css"> +</head> +<body> + +<div class="doc_title">LLVM Core Web Site</div> + <p>This is just a place holder for now.</p> +</div> + +<!-- *********************************************************************** --> + +<hr> +<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="http://llvm.org">LLVM Compiler Infrastructure</a><br> + Last modified: $Date: 2007-07-09 01:04:31 -0700 (Mon, 09 Jul 2007) $ +</address> +</body></html> |