diff options
author | Sven Gothel <[email protected]> | 2011-12-20 01:39:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-20 01:39:36 +0100 |
commit | 6c2f7e65dc11f6bd3e3ce78274b59d02691864db (patch) | |
tree | 5237f3dcf65b4caf0a7c7ed6620078fb34b1d76f | |
parent | 1a0a1955a9d7b4e96c4703cb828054cab552c7d1 (diff) |
Fix html errors
-rw-r--r-- | jnlp-files/test.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/jnlp-files/test.html b/jnlp-files/test.html index 327aff6..8b4661e 100644 --- a/jnlp-files/test.html +++ b/jnlp-files/test.html @@ -7,31 +7,25 @@ <H2> Test page for JOGL demos </H2> -<p> <H3> Version </H3> <ul> <li><a href="../jogl-applet-version.html">Applet (JNLP/Launcher)</a></li> <li><a href="../jogl-applet-version-lancheronly.html">Applet (Launcher Only)</a></li> <li><a href="../jogl-application-version.jnlp">Application</a></li> </ul> -</p> -<p> <H3> AWT JNLP Applet test with Applet Launcher fallback </H3> <ul> <li><a href="applet-gears.html">JNLP Applet test</a></li> <li><a href="applet-gears-launcheronly.html">Applet Launcher test</a></li> </ul> -</p> <!-- -<p> <H3> AWT JNLP Applet's using native NEWT</H3> <ul> </ul> -</p> --> +--> -<p> <H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Runner)</H3> <ul> <li><a href="jogl-newt-applet-runner-gears.html">AWT Applet JOGL/NEWT GL2 Gears</a></li> @@ -39,17 +33,13 @@ <li><a href="jogl-newt-applet-runner-fbcubes.html">AWT Applet JOGL/NEWT GL2ES1 FBO Cubes</a></li> <li><a href="jogl-newt-applet-runner-angelesgl2es1.html">AWT Applet JOGL/NEWT GL2ES1 Angeles</a></li> </ul> -</p> -<p> <H3> JOAL test .. </H3> <ul> <li><a href="applet-gearsjoal.html">JOGL/JOAL Applet test</a></li> <li><a href="applet-gearsjoal-launcheronly.html">JOGL/JOAL Applet test (Launcher Only)</a></li> </ul> -</p> -<p> <H3> JNLP Launcher .. </H3> <ul> <li><a href="Gears.jnlp">Gears</a></li> @@ -72,7 +62,6 @@ <li><a href="WorldWindBasicDemo.jnlp">NASA World Wind Java (version hosted by NASA)</a></li> <li><a href="worldwind.jnlp">NASA World Wind Java (older version copied from NASA)</a></li> </ul> -</p> </body> </html> |