forked from visjs/vis-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (51 loc) · 1.15 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Vis Network</title>
<style>
.docs td:nth-child(1) {
text-align: right;
}
.docs td:nth-child(1) img {
height: 1em;
border: 1px solid #000000;
}
</style>
</head>
<body>
<ul>
<li><a href="./coverage/lcov-report/">Coverage</a></li>
<li>
Documentation:
<table class="docs">
<tr>
<td>
<a href="./docs/network/">
<img src="./common-docs-files/img/flags/en.svg" />
</a>
</td>
<td>
<a href="./docs/network/">
English
</a>
</td>
</tr>
<tr>
<td>
<a href="./docs-kr/network/">
<img src="./common-docs-files/img/flags/kr.svg" />
</a>
</td>
<td>
<a href="./docs-kr/network/">
Korean
</a>
</td>
</tr>
</table>
</li>
<li><a href="./examples/">Examples</a></li>
</ul>
</body>
</html>