src/demo/share/applets/ArcTest/example1.html
changeset 47216 71c04702a3d5
parent 25859 3317bb8137f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/demo/share/applets/ArcTest/example1.html	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,16 @@
+<html>
+  <head>
+      <title>Arc Test (1.1)</title>
+  </head>
+  <body>
+      <h1>Arc Test (1.1)</h1>
+      <hr>
+      <applet code=ArcTest.class width=400 height=400>
+	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
+	Your browser is completely ignoring the &lt;APPLET&gt; tag!
+      </applet>
+      <hr>
+      <a href="ArcTest.java">The source</a>.
+  </body>
+</html>
+