blob: 35a5d49217e2ff2001763d54389494a6e1c420c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|