blob: 610e0b55763d9acfec306c40305e2363c1218cb0 [file] [log] [blame]
<!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>