diff options
author | Sven Gothel <[email protected]> | 2011-09-17 22:13:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-17 22:13:44 +0200 |
commit | ffd6469e205727b3cc978cf41a4626f21b885171 (patch) | |
tree | 3588a356ecb6c3bcd85a5e40b122754643242c37 | |
parent | 3fbb5b1e4d1cca62d9fdff8a2ec7fd3eda7ebf42 (diff) |
-rw-r--r-- | www/index.html | 58 |
1 files changed, 46 insertions, 12 deletions
diff --git a/www/index.html b/www/index.html index ca20091..f1f5cab 100644 --- a/www/index.html +++ b/www/index.html @@ -1,15 +1,36 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <title>Project Home Page</title> - - - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - -</head> - - -<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"> +<!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" /> + <link href="../../style.css" rel="stylesheet" type="text/css"/> + <title>JNLPAppletLauncher Home</title> + <link href="../../SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> + </head> +<body> + +<div id="container"> + <div id="header"> + <div id="slogan">JNLPAppletLauncher</div> + <div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_blue_jogamp_346x70pel.png" alt="JogAmp Symbol"/></a></div> + </div> + <div id="menu"> + <ul> + <li><a href="../../">Home</a></li> + <li><a href="../../gluegen/www/">Gluegen</a></li> + <li><a href="../../joal/">JOAL</a></li> + <li><a href="../../jogl/">JOGL</a></li> + <li><a href="../../jocl/">JOCL</a></li> + <li><a href="../../wiki/">Wiki</a></li> + <li><a href="../../blog/">Blogs</a></li> + <li><a href="../../forum.html">Forums</a></li> + </ul> + </div> + <div id="main"> + <div id="sidebar"> + </div> + <div id="text"> + +<h1>JNLPAppletLauncher</h1> <h2>Overview</h2> @@ -516,5 +537,18 @@ Russell, and Chien Yang. It is based on the earlier JOGLAppletLauncher developed by Lilian Chamontin. +</div> <!-- text --> +</div> <!-- main --> + +<div id="footer"> + <div id="footer_left"> + <span>JogAmp.org</span> + by <a href="http://jogamp.org">http://jogamp.org</a> is licensed under a <br/> + <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + </div> +</div> + +</div> <!-- container --> + </body> </html> |