--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/demo/share/applets/MoleculeViewer/example2.html Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,16 @@
+<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>