jdk/src/share/demo/applets/SimpleGraph/example1.html
changeset 2 90ce3da70b43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/share/demo/applets/SimpleGraph/example1.html	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,16 @@
+<html>
+  <head>
+      <title>Simple Graph (1.1)</title>
+  </head>
+  <body>
+      <h1>Simple Graph(1.1)</h1>
+      <hr>
+      <applet code=GraphApplet.class width=300 height=120>
+	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="GraphApplet.java">The source</a>.
+  </body>
+</html>
+