diff options
author | athomas <[email protected]> | 2003-06-26 15:57:23 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-06-26 15:57:23 +0000 |
commit | d1689b7caadc47a858a634905561ba26cb6d51b7 (patch) | |
tree | c8c3276c686c7b0bfd94828155559eec6c0247be /www | |
parent | 6998e0bb66c2db62095b6c33f6665bfd992c7284 (diff) |
added navbar
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@10 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index fdf402c..dda3f99 100644 --- a/www/index.html +++ b/www/index.html @@ -1,5 +1,13 @@ <html> <body> +<div align="center"><IMG SRC="http://games.dev.java.net/images/navbar.gif" WIDTH=454 HEIGHT=43 BORDER=0 ALT="" USEMAP="#navbar_Map"></div> +<MAP NAME="navbar_Map"> +<AREA SHAPE="rect" ALT="Wiki" COORDS="340,0,386,43" HREF="http://wiki.java.net/bin/view/Games"> +<AREA SHAPE="rect" ALT="Weblogs" COORDS="286,0,339,43" HREF="http://weblogs.java.net/weblogs/project/games"> +<AREA SHAPE="rect" ALT="Forums" COORDS="216,0,285,43" HREF="http://games.dev.java.net/forums"> +<AREA SHAPE="rect" ALT="JavaGames Home" COORDS="91,0,215,43" HREF="http://community.java.net/games"> +<AREA SHAPE="rect" ALT="www.java.net" COORDS="1,1,91,44" HREF="http://www.java.net" TARGET="_self"> +</MAP> <div align="center"><font color="#990000" size="+2">Welcome to the Java Input API Project! </font> </div> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> |