-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
23 lines (18 loc) · 1.19 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
<html>
<head>
<title>Hepatic Safety Explorer - Example 2</title>
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>
<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/build/webcharts.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/safetyGraphics/hep-explorer/hepexplorer.js'></script>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/css/webcharts.css'>
<link type = 'text/css' rel = 'stylesheet' href = './index.css'>
</head>
<body>
<div id = 'title'>Hepatic Safety Explorer</div>
<div id = 'subtitle'>Training Example</div>
<div id= 'info'>This is a demo page for the interactive Hepatic Explorer created by the ASA-DIA Interactive Safety Graphics working group. Code, details and documentation are available on <a href="https://github.com/SafetyGraphics/hep-explorer">github</a>.</div>
<div id = 'container'></div>
</body>
<script type = 'text/javascript' src = './index.js'></script>
</html>