-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·48 lines (46 loc) · 1007 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dual AGN Interactive BPT</title>
<meta name="description" content="Dual AGN Interactive BPT">
<meta name="author" content="Luca Bonavita (mindrones.com)">
<link rel="stylesheet" href="app.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.4.11/d3.min.js"></script>
</head>
<body>
<div id="filters"></div>
<div id="focus"></div>
<div id="plot1">
<div>
<span></span>
</div>
<div>
<div>
<svg></svg>
</div>
<div>
<span></span>
</div>
</div>
</div>
<div id="plot2">
<div>
<svg></svg>
</div>
<div>
<span></span>
</div>
</div>
<div id="plot3">
<div>
<svg></svg>
</div>
<div>
<span></span>
</div>
</div>
<script type="text/javascript" src="app.js"></script>
</body>
</html>