Put stylesheet after the title.

llvm-svn: 10887
This commit is contained in:
Misha Brukman 2004-01-15 19:04:12 +00:00
parent 67db86a0cc
commit c6ef5598ef
1 changed files with 1 additions and 1 deletions

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>