diff options
Diffstat (limited to 'sci-chemistry/jmol/files/index.html')
-rw-r--r-- | sci-chemistry/jmol/files/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-chemistry/jmol/files/index.html b/sci-chemistry/jmol/files/index.html deleted file mode 100644 index 35a5d4921..000000000 --- a/sci-chemistry/jmol/files/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<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> - |