summaryrefslogtreecommitdiff
path: root/examples/gnu/classpath/examples/swing/welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gnu/classpath/examples/swing/welcome.html')
-rw-r--r--examples/gnu/classpath/examples/swing/welcome.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/examples/gnu/classpath/examples/swing/welcome.html b/examples/gnu/classpath/examples/swing/welcome.html
index 62fb51429..8bc987494 100644
--- a/examples/gnu/classpath/examples/swing/welcome.html
+++ b/examples/gnu/classpath/examples/swing/welcome.html
@@ -40,13 +40,24 @@ exception statement from your version. -->
<title>GNU Classpath HTML Browser</title>
</head>
<body>
- <img src="../icons/badge.png">
+ <img src="../icons/badge.png" width="100" height="100">
<h1>Welcome to GNU Classpath</h1>
- <p>These pages are here to demonstrate the HTML rendering capabilities
- of GNU Classpath's Swing.</p>
+ <h2>A couple of websites that you might want to try out</h2>
+ <ul>
+ <li><a href="http://www.gnu.org/software/classpath/">GNU Classpath homepage</a></li>
+ <li><a href="http://planet.classpath.org">Planet Classpath</a></li>
+ <li><a href="http://developer.classpath.org">GNU Classpath developer pages</a></li>
+ <li><a href="http://www.google.com">Google</a></li>
+ </ul>
+
+ <h2>Testpages</h2>
+ <p>These few pages are here to demonstrate and test the HTML rendering
+ capabilities of GNU Classpath's Swing.</p>
<ul>
<li><a href="textstyles.html">Text styles</li>
<li><a href="forms.html">Form elements</li>
+ <li><a href="tables.html">Tables</li>
+ <li><a href="frames.html">Frames</li>
</ul>
</body>
</html> \ No newline at end of file