Initial commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<!------------------------------------------------------------------------------
|
||||
! Copyright (c) 2000, 2004 IBM Corporation and others.
|
||||
! All rights reserved. This program and the accompanying materials
|
||||
! are made available under the terms of the Common Public License v1.0
|
||||
! which accompanies this distribution, and is available at
|
||||
! http://www.eclipse.org/legal/cpl-v10.html
|
||||
!
|
||||
! Contributors:
|
||||
! IBM Corporation - initial API and implementation
|
||||
------------------------------------------------------------------------------->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
|
||||
<title>Banner</title>
|
||||
|
||||
<style type="text/css">
|
||||
/* need this one for Mozilla */
|
||||
HTML {
|
||||
width:100%;
|
||||
height:100%;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
BODY {
|
||||
background-color:#7168D1;
|
||||
text:white;
|
||||
height:60px;
|
||||
}
|
||||
|
||||
TABLE {
|
||||
margin:0;
|
||||
border:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body marginwidth="0" marginheight="0">
|
||||
|
||||
<table align="left" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align=left valign="center"><img src="images/help_banner.jpg" alt="Eclipse icon" title="Eclipse icon">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user