forked from OSchip/llvm-project
Make the background white, add a "By" section.
llvm-svn: 3047
This commit is contained in:
parent
1c1ef11e62
commit
f70058d24d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue