-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
43 lines (29 loc) · 786 Bytes
/
help.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">
<title>help</title>
<script src="lib/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-selection-multi.v0.4.min.js"></script>
<script src="lib/d3-tip.js"></script>
<!-- jquery -->
<script src="lib/jquery.min.js"></script>
<!-- bootstrap -->
<script src="lib/bootstrap.min.js"></script>
<link href="lib/bootstrap.min.css" rel="stylesheet">
<!-- custom -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="wrap">
<!-- Begin page content -->
<div class="row">
<div class="col-md-12"><b>Similarity:</b></br>
Help text...
</br>
</br>
</div>
</div> <!-- /.row -->
</div> <!-- /.wrap -->
</body>
</html>