-
Notifications
You must be signed in to change notification settings - Fork 0
/
molstar.html
24 lines (20 loc) · 977 Bytes
/
molstar.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Moltimate</title>
<meta name="author" content="Melissa Gould">
<script src="https://kit.fontawesome.com/da9f59f69b.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div class="artifact">
<h1>Mol*</h1>
<p><a href="./index.html">Back to Homepage</a></p>
<p>Documentation regarding the progress in using Mol* rather than NGL Viewer in Moltimate</p>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vRKTXWeMSc8pdDZ0ws2rRmQK6IScpiCTJDRFY34M_BwUIlcqdHwOHxmhW7IZE5L9G8WbglQavwnCaf9/pub?embedded=true"></iframe>
<p><a href="https://docs.google.com/document/d/1kMXPqR6beecEfsiO6M3bfpv0rjY-uh1UXH7_1hUHAg0/edit?usp=sharing">View the Google Doc Here</a></p>
</div>
</body>
</html>