diff options
Diffstat (limited to 'datastore-leveldb/wwwroot/index.html')
-rw-r--r-- | datastore-leveldb/wwwroot/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/datastore-leveldb/wwwroot/index.html b/datastore-leveldb/wwwroot/index.html index f60e516..c69a9b1 100644 --- a/datastore-leveldb/wwwroot/index.html +++ b/datastore-leveldb/wwwroot/index.html @@ -1,10 +1,10 @@ <html> <head> - <link rel="stylesheet" type="text/css" href="public/css/stylesheet.css" /> - <script src="public/lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> - <script src="public/lib/flot-0.7/jquery.flot.js"></script> - <script src="public/lib/flot-0.7/jquery.flot.selection.js"></script> - <script src="public/src/ebus.js"></script> + <link rel="stylesheet" type="text/css" href="css/stylesheet.css" /> + <script src="lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> + <script src="lib/flot-0.7/jquery.flot.js"></script> + <script src="lib/flot-0.7/jquery.flot.selection.js"></script> + <script src="src/ebus.js"></script> </head> <body> <div id="ebusgraph"></div> |