-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
25 lines (22 loc) · 743 Bytes
/
index.htm
File metadata and controls
25 lines (22 loc) · 743 Bytes
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>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>MetaTreeMap</title>
</head>
<body>
<center><h1>MetaTreeMap</h1></center>
<div class="mtm-menu"></div>
<div style="display:flex;flex-wrap:wrap">
<div class="mtm-treemap" style="margin:5px;"></div>
<div class="mtm-table" style="margin:5px;"></div>
</div>
<div><center>Copyright © 2015-2016 Laboratory for Integrated Bioinformatics, RIKEN, Japan. All rights reserved.</center></div>
<!--Prod -->
<script src="./mtm.min.js"></script>
<!--Dev
<script type="text/javascript" src="./js/mtm.js"></script>
-->
<script type="text/javascript"> mtm.load(["data/HuFS.json","data/HuFU.json"]); </script>
</body>
</html>