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