blob: 610e0b55763d9acfec306c40305e2363c1218cb0 (
plain)
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>
<head>
<style type="text/css">
#container {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
</style>
</head>
<body>
<div id="container"></div>
<script src="js/topo/sigma/sigma.min.js"></script>
<script src="js/topo/sigma/jquery-3.1.0.min.js"></script>
<script src="js/topo/sigma/plugins/sigma.renderers.customShapes.min.js"></script>
<script src="js/topo/sigma/plugins/sigma.renderers.edgeLabels.min.js"></script>
<script src="js/topo/Node.js"></script>
<script src="js/topo/Edge.js"></script>
<script src="js/topo/Topology.js"></script>
</body>
</html>
|