diff options
author | Sven Gothel <[email protected]> | 2010-09-15 00:07:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-15 00:07:14 +0200 |
commit | 579754592a8bb9175ea49f983c8f2b58c448d317 (patch) | |
tree | a45a77fe1b03da3788b8ad55bfd8e98d6dd462dc /www/index.html | |
parent | ea948abf0911a0e10c1d7191458eb546370e2aad (diff) | |
parent | 1ff598e0148912748f18b8ae3e9fbf2087e0b650 (diff) |
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 21993aa69..41aa15010 100644 --- a/www/index.html +++ b/www/index.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../../style.css" rel="stylesheet" type="text/css"/> <title>JOGL - Java Binding for the OpenGL API</title> + <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"> </head> <body> <div id="container"> @@ -44,7 +45,7 @@ </ul> <h3>Presentations</h3> <ul> - <li><a href="http://www.siggraph.org/s2010/for_attendees/birds_feather">TODO: SIGGRAPH 2010</a></li> + <li><a href="http://jogamp.org/doc/siggraph2010/jogamp-siggraph2010.pdf">Siggraph 2010</a></li> </ul> <h3>Archive</h3> <ul> |