-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (25 loc) · 960 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Neuro-Choropleth Tool Example</title>
<script src="src/index.js"></script>
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<div id="introholder">
<h1 id="neuroimaging-choropleth-tool">Neuroimaging Choropleth Tool</h1>
<h2 id="introduction">Introduction</h2>
<div class="linkholder">
<a
href="https://neuroimaging-core-docs.readthedocs.io/en/latest/pages/choropleths.html">https://neuroimaging-core-docs.readthedocs.io/en/latest/pages/choropleths.html</a>
</div>
<div class="linkholder">
<a href="https://github.com/DevinBayly/neuro-choro/blob/master/tutorial/README.md">Tutorial</a>
</div>
<p><img src="https://raw.githubusercontent.com/DevinBayly/neuro-choro/iodide/test.png" /></p>
</div>
<div id="applicationHolder">
</div>
</body>
</html>