diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 1e11001..6a178a9 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> <title>The Vecmath API</title> </head> <body> @@ -48,7 +48,7 @@ compatibility of the API.<br> <p>Three types of binary builds are available in the <a href="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents & Files</a> -section of this project on java.net: Release (or FCS) builds; +section of the j3d-core project on java.net: Release (or FCS) builds; Experimental (early access) builds; and Daily/Weekly builds. The latest release build of Java 3D v1.3.1 is available. A fairly stable experimental build, labeled as Java 3D v 1.3.2-build3 is now |