-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (34 loc) · 1.51 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<title>A3-jyfeather by CSE512-16S</title>
</head>
<body>
<header>
<div class="container">
<h1>fp-jyfeather</h1>
<h2></h2>
<section id="downloads">
<a href="https://github.com/CSE512-16S/a3-jyfeather/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/CSE512-16S/a3-jyfeather/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/CSE512-16S/a3-jyfeather" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<p>Interactive Brain Connectivity Network</p>
</section>
<div id="xy" style="width:49%;float:left;border:2px solid #b5e853;"><center>X - Y</center></div>
<div id="xz" style="width:49%;float:right;border:2px solid #b5e853;"><center>X - Z</center></div>
<div id="yz" style="width:49%;float:left;border:2px solid #b5e853;"><center>Y - Z</center></div>
<div id="dict" style="width:49%;float:right;border:2px solid #b5e853;"></div>
</div>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="./javascripts/brainnet3.js" charset="utf-8"></script>
</body>
</html>