aboutsummaryrefslogtreecommitdiffstats
path: root/website/index.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-04 21:17:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-04 21:17:19 +0000
commit168d13502888004895b01ff1b8e4977aa6cf9981 (patch)
tree01d1161c32a8ca3c5258eac9c130a8f9eaba7aca /website/index.html
parentfdf6bb41a4677897e91b181eec849e81a822026c (diff)
downloadexternal_llvm-168d13502888004895b01ff1b8e4977aa6cf9981.zip
external_llvm-168d13502888004895b01ff1b8e4977aa6cf9981.tar.gz
external_llvm-168d13502888004895b01ff1b8e4977aa6cf9981.tar.bz2
Remove unused web page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index c428559..0000000
--- a/website/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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>