diff options
author | Sven Gothel <[email protected]> | 2010-06-01 02:08:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-01 02:08:47 +0200 |
commit | 3d53317d3a0748cb3fd1a71f88f6cd4f5de9d4cb (patch) | |
tree | 010571cb6f137f19bcf60ec404da10a21b7a8ba9 | |
parent | 2cb29a4ad410929cc365e15271f35fc3826dc6a7 (diff) | |
parent | 1dfe374dc7d00706c5609c272fb0d3b65fd852e3 (diff) |
Merge branch 'master' of github.com:mbien/jogl
-rw-r--r-- | www/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index adde20b95..623727cb0 100644 --- a/www/index.html +++ b/www/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> @@ -609,12 +609,12 @@ </tbody> </table> </div> - <div id="footer"> + <div id="footer"> <div id="footer_left"> - <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span> - by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a> + <span>JogAmp.org</span> + by <a href="http://jogamp.org">http://jogamp.org</a> is licensed under a <br/> - <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 License</a>. </div> </div> </div> |