-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
31 lines (21 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Simple Jmol Demo</title>
</head>
<body>
<h1 id="simple-jmol-demo">Simple Jmol Demo</h1>
<p>This is a demo project how to create simple HTML pages with Jmol/JSmol.</p>
<p>View the pages online at: <a href="http://ostueker.github.io/simple_jmol_demo/">http://ostueker.github.io/simple_jmol_demo/</a></p>
<p>Find the GitHub Repository at: <a href="https://github.com/ostueker/simple_jmol_demo/">https://github.com/ostueker/simple_jmol_demo/</a></p>
<p>The repo consists of the following pages:</p>
<ul>
<li><a href="minimal.html">minimal.html - A self contiained HTML file that only has JSmol as an
external dependency.</a></li>
<li><a href="jmol_demo.html">jmol_demo.html - Simple Demo page using jQuery.</a></li>
<li><a href="jmol_surfaces.html">jmol_surfaces.html - Jmol Surfaces Demo page (jmol_surfaces.html)</a></li>
</ul>
<!-- include Fork-me-on-GitHub-ribbon: -->
<a href="https://github.com/ostueker/simple_jmol_demo/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
</body>
</html>