diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-09 03:28:13 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-09 03:28:13 +0000 |
commit | 53ebfcc5ad5554b67d2287f8b02c22ec8405af0f (patch) | |
tree | 70c8fabf4cbef5a9d2a50735c4e502d56ce156da /src/AppearanceMixed/AppearanceMixed.html | |
parent | 4dead457a59220406dd9fcd40997d7a7b27571b0 (diff) |
Initial creation of j3d-examples sources in CVS repository
Diffstat (limited to 'src/AppearanceMixed/AppearanceMixed.html')
-rw-r--r-- | src/AppearanceMixed/AppearanceMixed.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/AppearanceMixed/AppearanceMixed.html b/src/AppearanceMixed/AppearanceMixed.html new file mode 100644 index 0000000..349cd5d --- /dev/null +++ b/src/AppearanceMixed/AppearanceMixed.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<TITLE>AppearanceMixed</TITLE> +</HEAD> +<BODY BGCOLOR="#000000"> +<applet align=middle code="AppearanceMixed.class" width=700 height=700> +<blockquote> +<hr> +If you were using a Java-capable browser, +you would see Hello Universe! instead of this paragraph. +<hr> +</blockquote> +</applet> +</BODY> +</HTML> |