You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
328 B

<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>