diff options
author | kr0511 <kr0511@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-17 18:07:40 +0000 |
---|---|---|
committer | kr0511 <kr0511@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-17 18:07:40 +0000 |
commit | 1c968a91062df5cfa7379d88e9f97f8d881c9d36 (patch) | |
tree | 4000613665c3086e3d1268774738494c025b45b4 /www/index.html | |
parent | 271e42b63de620db63b8b5a471023cff0017dbc9 (diff) |
Updated placeholder for home page
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 40bd357..999d03a 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,11 @@ <html> - <head> - <title>Default Project Content</title> - </head> - <body> - This is the default project content. - </body> +<head> + <title>Java 3D Example Programs</title> +</head> +<body> +<p>Example programs for the Java 3D API +</p> +<p>The Java 3D example programs... +</p> +</body> </html> |