forked from visjs/vis-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (59 loc) · 1.48 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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Vis Network</title>
<style>
.docs td:nth-child(1) {
text-align: right;
}
.docs td:nth-child(1) img {
border: 1px solid #000000;
height: 1em;
vertical-align: middle;
}
</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>
<tr>
<td>
<a href="https://ame.cool/core/frontend-tools/">
<img src="./common-docs-files/img/flags/zh.svg" />
</a>
</td>
<td>
<a href="https://ame.cool/core/frontend-tools/">Chinese</a>
<sup> (third party) </sup>
</td>
</tr>
</table>
</li>
<li><a href="./examples/">Examples</a></li>
</ul>
</body>
</html>