src/demo/share/applets/MoleculeViewer/example2.html
changeset 50831 59c6972e39fa
parent 50830 5500595d8ebf
child 50832 e069b9e49ca7
--- a/src/demo/share/applets/MoleculeViewer/example2.html	Fri Jun 22 12:16:14 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<html>
-  <head>
-      <title>MoleculeViewer (example 2)</title>
-  </head>
-  <body>
-      <h1>MoleculeViewer (example 2)</h1>
-      <hr>
-      <applet code=XYZApp.class archive=MoleculeViewer.jar width=300 height=300>
-	<param name=model value="models/buckminsterfullerine.xyz">
-	  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="XYZApp.java">The source</a>.
-  </body>
-</html>