-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 853 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 853 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>cmap-js</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,maximum-scale=1,user-scalable=no"/>
<meta name="msapplication-tap-highlight" content="no" />
<link href="https://fonts.googleapis.com/css?family=Nunito:400"
rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<script src="build/cmap.min.js"></script>
<script src="https://mines.legumeinfo.org/CDN/js/intermine/im-tables/latest/imtables.js" charset="UTF-8"></script>
<link rel="stylesheet" href="https://mines.legumeinfo.org/CDN/js/intermine/im-tables/2.0.0-beta/main.sandboxed.css">
</head>
<body>
<div id="cmap-ui"></div>
</body>
</html>