diff options
-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> |