Skip to main content
summaryrefslogtreecommitdiffstats
blob: a7aa944f1c215e8efbe960cf11fe646e0ec172f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Eclipse Banner</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.input {
     background: "#ffffcc";
     color: "#000000";
     font-weight: normal;
}

a.nav:link {
     text-decoration: none;
     color: "#000000";
}

a.nav:visited {
     text-decoration: none;
     color: "#000000";
}

a.nav:hover {
     text-decoration: underline;
     color: "#000000";
}
</style>
</head>
<body text="#ffffcc" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b"
    alink="#ff0000">
    <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
        <tr>
            <td WIDTH="100%">
                <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%"
                    BGCOLOR="#006699">
                    <tr>
                        <td BGCOLOR="#000000" width="116"><a
                            href="https://www.eclipse.org" target="_top"><img
                                src="images/EclipseBannerPic.jpg"
                                width="115" height="50" border="0"></a></td>
                        <td WIDTH="637"><img
                            SRC="images/gradient.jpg" BORDER=0 height=50
                            width=282></td>
                        <td WIDTH="250"><img
                            src="images/eclipse-org-simple-small.GIF"
                            width="250" height="48"></td>
                    </tr>
                </table>
            </td>
        </tr>

    </table>
</body>
</html>

Back to the top