diff options
author | DemoscenePassivist <[email protected]> | 2010-09-03 23:14:44 +0800 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-04 04:59:34 +0800 |
commit | f98fb0cb1b9c8e3dc903711690fb410652cc8bcf (patch) | |
tree | add23c49933c4c30101c2a99c62a9e1faddac0a4 /www/index.html | |
parent | 1b2f7ebe62ce661eb32cc9caf74c6c49c8c5f15a (diff) |
Fixed a couple of small glitches in the jogl website
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> |