Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <title>ONOS GUI</title> | 4 | <title>ONOS GUI</title> |
5 | + | ||
6 | + <script src="libs/d3.min.js"></script> | ||
7 | + <script src="libs/jquery-2.1.1.min.js"></script> | ||
5 | </head> | 8 | </head> |
6 | <body> | 9 | <body> |
7 | <h1>ONOS GUI</h1> | 10 | <h1>ONOS GUI</h1> | ... | ... |
-
Please register or login to post a comment