diff options
Diffstat (limited to 'src/FourByFour/FourByFour.html')
-rw-r--r-- | src/FourByFour/FourByFour.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/FourByFour/FourByFour.html b/src/FourByFour/FourByFour.html new file mode 100644 index 0000000..8adb168 --- /dev/null +++ b/src/FourByFour/FourByFour.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<TITLE>Drag the mouse in the window</TITLE> +</HEAD> +<BODY BGCOLOR="#0C0C33"> +<applet align=middle code="FourByFour.class" width=716 height=410> +<blockquote> +<hr> +If you were using a Java-capable browser, +you would see "FourByFour" instead of this paragraph. +<hr> +</blockquote> +</applet> +</BODY> +</HTML> |