14 lines
328 B
HTML
14 lines
328 B
HTML
<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>
|
|
|