summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/jmol/files/index.html')
-rw-r--r--sci-chemistry/jmol/files/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-chemistry/jmol/files/index.html b/sci-chemistry/jmol/files/index.html
new file mode 100644
index 000000000000..35a5d49217e2
--- /dev/null
+++ b/sci-chemistry/jmol/files/index.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>Jmol Test Page</title>
+ <div align="center"> <b>All the Sugar and Twice the Caffeine.</b> <br><br>
+ <script src="./Jmol.js"></script>
+ </head>
+ <body>
+ <script>
+ jmolInitialize("./"); // REQUIRED
+ jmolApplet(400, "load ./caffeine.xyz");
+ </script></div>
+ </body>
+</html>
+