diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index f60c727..2d5bbf8 100644 --- a/www/index.html +++ b/www/index.html @@ -104,7 +104,17 @@ </table></td> </tr> <tr> - <td> </td> + <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> + <tr> + <td valign="top" bgcolor="#990000"><div align="left"><font color="#FFFFFF"><strong>Documentation</strong></font></div></td> + </tr> + <tr> + <td valign="top" bgcolor="#FFFFFF"><ul> + <li><a href="http://games-core.dev.java.net/nonav/docs/joal/api/index.html" target="_blank">JOAL / + Sound3D Toolkit API docs</a> (.html)</li> + </ul></td> + </tr> + </table></td> </tr> </table></td> </tr> |