diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-24 19:59:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 19:59:33 +0000 |
commit | 945de2da589e972c3cdff4264f9ca4b4e13ac596 (patch) | |
tree | d9abc1e461231f0bd736fd056b9e80176e58a860 | |
parent | 7fe7f817e9e16c4773f5a4e3ba4c6144674d218e (diff) |
Make the background white, add a "By" section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3047 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index c3c34d3bcb..c5ea24d510 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -4,8 +4,11 @@ <title>Getting Started with LLVM System</title> </head> - <body> - <h1>Getting Started with the LLVM System</h1> + <body bgcolor=white> + <h1>Getting Started with the LLVM System<br><font size=3>By: <a + href="mailto:gshi1@uiuc.edu">Guochun Shi</a> and <a + href="mailto:sabre@nondot.org">Chris Lattner</a></font></h1> + <ul> <li><a href="#quickstart">Getting started with LLVM</a> <ol> @@ -345,7 +348,7 @@ <!-- Created: Mon Jul 1 02:29:02 CDT 2002 --> <!-- hhmts start --> -Last modified: Wed Jul 24 14:43:12 CDT 2002 +Last modified: Wed Jul 24 14:57:57 CDT 2002 <!-- hhmts end --> </body> </html> |