diff options
author | Michael Bien <[email protected]> | 2010-05-25 01:42:33 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-25 01:42:33 +0200 |
commit | 1dfe374dc7d00706c5609c272fb0d3b65fd852e3 (patch) | |
tree | 28098dcbc87bad3600b89ab57961a86776afef71 /www/index.html | |
parent | 6e599a2696f878786783e0fea17534e67655a5c9 (diff) |
fixed HTML header.
Diffstat (limited to 'www/index.html')
-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> |