blob: 1edbaee972f761e4379db93d6c755f8865b38e57 [file] [log] [blame]
Ubuntu82b8a832013-02-06 22:00:11 +00001<!DOCTYPE html>
2<html>
3<meta charset="utf-8">
4<style>
5path.link {
6 fill: none;
7 stroke: #666;
8 stroke-width: 1.5px;
9}
10circle {
11 stroke: #333;
12 stroke-width: 1.5px;
13}
14
15text {
16 font: 20px sans-serif;
17 pointer-events: none;
18}
19
20</style>
21<head>
22<title>ONOS GUI</title>
23<script src="http://d3js.org/d3.v3.min.js"></script>
24<script type="text/javascript" src="js/onos-topology.js"></script>
25<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
26</head>
27<body>
28<svg width="4in" height="2in"
29 viewBox="0 0 4000 2000" version="1.1"
30 xmlns="http://www.w3.org/2000/svg">
31 <defs>
32 <marker id="Triangle"
33 viewBox="0 -5 10 10" refX="15" refY="-1.5"
34 markerUnits="strokeWidth"
35 markerWidth="6" markerHeight="6"
36 orient="auto">
37 <path d="M0,-5L10,0L0,5"/>
38 </marker>
39 </defs>
40<script type="text/javascript">
41gui("http://onosnat.onlab.us:8080/topology");
42</script>
43</svg>
44</body>
45</html>