--- 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 <APPLET> tag but isn't running the applet, for some reason."
- Your browser is completely ignoring the <APPLET> tag!
- </applet>
- <hr>
- <a href="XYZApp.java">The source</a>.
- </body>
-</html>