aboutsummaryrefslogtreecommitdiff
path: root/panel.htm
blob: 586598e7a2c0a1411fdf4fdc13095b0e447197cd (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD html 4.01//EN">
<HTML>
<HEAD>
<meta http-equiv="content-TYPE" content="text/HTML; charset=iso-8859-1">
<TITLE>Linaro</TITLE>
<STYLE>
.panel-button {
     border-radius: 12pt;
     background: #000077;
     padding: 4pt;
     color: #fff;
     font-size: 10pt;
     text-align: center
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
</STYLE>
</HEAD>
<BODY bgcolor="#c0ffff">
<a href="home.htm" target=contents><div class="panel-button">Home</div></a>
<a href="releases.htm" target=contents><div class="panel-button">Releases</div></a>
<a href="source.htm" target=contents><div class="panel-button">Source Code</div></a>
<a href="testX.htm" target=contents><div class="panel-button">JDK Test results</div></a>
<a href="test13.htm" target=contents><div class="panel-button">JDK13 Test results</div></a>
<a href="test12.htm" target=contents><div class="panel-button">JDK12 Test results</div></a>
<a href="test11u.htm" target=contents><div class="panel-button">JDK11u Test results</div></a>
<a href="test8u.htm" target=contents><div class="panel-button">JDK8u Test results</div></a>
<a href="install.htm" target=contents><div class="panel-button">Install OpenJDK</div></a>
<a href="build.htm" target=contents><div class="panel-button">Build OpenJDK</div></a>
<a href="contact.htm" target=contents><div class="panel-button">Contact</div></a>
</BODY>
</HTML>