summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/index.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 1b7d412e8f..171bb5c37b 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -10,9 +10,7 @@
<table width="90%" border="1" cellpadding="30px">
-<tr>
-
-<td>
+<tr><td>
<h2>Feature Browser</h2>
<table cellpadding="5px">
<tr>
@@ -56,21 +54,17 @@ sources folder</a></td>
<h2>Hello World</h2>
<ul>
<li><a href="hello/">Autodetected mode</a></li>
- <li><a href="src/com/itmill/toolkit/demo/Hello.java">Source</li>
+ <li><a href="src/com/itmill/toolkit/demo/HelloWorld.java">Source</li>
</ul>
+</td></tr>
-</td>
-
-<td>
+<tr><td>
<h2>Calculator</h2>
<ul>
<li><a href="calc/">Autodetected mode</a></li>
<li><a href="src/com/itmill/toolkit/demo/Calc.java">Source</li>
</ul>
-
-</td>
-
-</tr>
+</td></tr>
</table>