summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-12-06 21:03:31 +0000
committerRoman Kennke <roman@kennke.org>2006-12-06 21:03:31 +0000
commit8f99687ea3a48a7010897ad02665fd58aa06d0ae (patch)
treeaee32fddb2af7a0599b669df000e59d62c2a378f /examples
parent0e19f288ecc715fd85a0395fd313005130e30d06 (diff)
downloadclasspath-8f99687ea3a48a7010897ad02665fd58aa06d0ae.tar.gz
Missing from last patch.
Diffstat (limited to 'examples')
-rw-r--r--examples/gnu/classpath/examples/swing/welcome.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/examples/gnu/classpath/examples/swing/welcome.html b/examples/gnu/classpath/examples/swing/welcome.html
index 62fb51429..dc41183d6 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="forms.html"><p>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