-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 766 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Express your mind</title>
<link type="text/css" rel="stylesheet" href="stylesheets/style.css">
<link
type="text/css"
rel="stylesheet"
href="stylesheets/font-awesome.min.css"
>
</head>
<body>
<div id = "path-container" class="nav">/</div>
<div id="tree-container"></div>
<script type="text/javascript" src="javascripts/lib/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="javascripts/lib/d3.js"></script>
<script type="text/javascript" src="javascripts/lib/require.js"></script>
<script type="text/javascript" src="javascripts/lib/yaml.debug.js"></script>
<script type="text/javascript" src="javascripts/mindmap.js"></script>
</body>
</html>