blob: 610e0b55763d9acfec306c40305e2363c1218cb0 [file] [log] [blame]
Xiuchao Wudd158792016-09-15 15:25:08 +01001<!DOCTYPE html>
2<html>
3<head>
4<style type="text/css">
5 #container {
6 top: 0;
7 bottom: 0;
8 left: 0;
9 right: 0;
10 position: absolute;
11 }
12</style>
13</head>
14<body>
15<div id="container"></div>
16<script src="js/topo/sigma/sigma.min.js"></script>
17<script src="js/topo/sigma/jquery-3.1.0.min.js"></script>
18<script src="js/topo/sigma/plugins/sigma.renderers.customShapes.min.js"></script>
19<script src="js/topo/sigma/plugins/sigma.renderers.edgeLabels.min.js"></script>
20<script src="js/topo/Node.js"></script>
21<script src="js/topo/Edge.js"></script>
22<script src="js/topo/Topology.js"></script>
23</body>
24</html>