diff options
author | Sven Gothel <[email protected]> | 2011-09-17 23:44:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-17 23:44:15 +0200 |
commit | 34564218eede36519b49d825618c904778cf197f (patch) | |
tree | dc69fce196e454e94f754a74029da32beecaa83b | |
parent | 5bcbec30bb3f6845f38e744bb15602b7da4ecc9a (diff) |
fix html error
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,11 +80,11 @@ <h1>Welcome</h1> <p> JogAmp is the home of high performance Java libraries for 3D Graphics, Multimedia and Processing.<br/> - The projects JOGL, JOCL and JOAL provide cross platform language bindings to the OpenGL, OpenCL, OpenAL and OpenMAX APIs.<br/> - <p> + The projects JOGL, JOCL and JOAL provide cross platform language bindings to the OpenGL, OpenCL, OpenAL and OpenMAX APIs. + </p> + <p> Modules: <a href="applet-launcher/www">JNLPAppletLauncher</a>, <a href="gluegen/www">GlueGen</a>, <a href="joal/www">JOAL</a>, <a href="jogl/www">JOGL</a>, <a href="jocl/www">JOCL</a> - </p> </p> <div class="column"> |