diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-12 18:53:07 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-12 18:53:07 +0000 |
commit | 1cde845f102a702eefe7dfe397cfa0d3461bf4d4 (patch) | |
tree | 89c022e8f02abf0240df6f213ce79ac466ce98fe /src/Applet3D/HelloUniverse.html | |
parent | a6f7445079ee5b8b24e48c456dff31ff70e1b5b1 (diff) |
Partial fix for Issue 206 : Example program cleanup
Diffstat (limited to 'src/Applet3D/HelloUniverse.html')
-rw-r--r-- | src/Applet3D/HelloUniverse.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Applet3D/HelloUniverse.html b/src/Applet3D/HelloUniverse.html new file mode 100644 index 0000000..93b044c --- /dev/null +++ b/src/Applet3D/HelloUniverse.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<TITLE>Hello, Universe!</TITLE> +</HEAD> +<BODY BGCOLOR="#000000"> +<applet align=middle code="HelloUniverse.class" width=256 height=256> +<blockquote> +<hr> +If you were using a Java-capable browser, +you would see Hello Universe! instead of this paragraph. +<hr> +</blockquote> +</applet> +</BODY> +</HTML> |