-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (25 loc) · 1015 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title="crestexplorerjs"/>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/ui-darkness/jquery-ui.css"/>
<link rel="stylesheet" href="crestexplorer.css"/>
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://rawgit.com/jimpurbrick/crestschema/master/crestschema.js"></script>
<script src="xdr-min.js"></script>
<script src="crestexplorer.js"></script>
</head>
<body>
<div id="wrapper" class="ui-widget-content ui-corner-all">
<div id="content" hidden>
<div id="representationName"></div>
<div id="data"><span></span></div>
<div><a id="schema">schema</a></div>
</div>
<div id="error" hidden></div>
</div>
</body>
</html>