Select Git revision
header.html
Forked from
einsteinathome / graphicsframework
66 commits behind the upstream repository.
-
Oliver Bock authored
* Logos at the top * Proper stylesheet (better heading handling) * Added LSC logo
Oliver Bock authored* Logos at the top * Proper stylesheet (better heading handling) * Added LSC logo
header.html 745 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>$title</title>
<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css">
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<table col="3" width="100%">
<tr>
<td width="300"><a href="http://www.ligo.org"><img src="lsc.gif" alt="LIGO Scientific Collaboration" align="left" border="0"></a></td>
<td width="*" valign="middle"><h1>Einstein@Home<br>(Graphics Application Framework)</h1></td>
<td width="300"><a href="http://www.aei.mpg.de"><img src="aei_full.png" alt="Albert-Einstein-Institute" align="right" border="0"></a></td>
<tr>
</table>
<br>