Put stylesheet after the title.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-01-15 19:04:12 +00:00
parent 637cab07a1
commit 6e4afd0a02

View File

@ -2,8 +2,8 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" href="llvm.css" type="text/css">
<title>Alias Analysis Infrastructure in LLVM</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
</head>
<body>