diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 17:34:27 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 17:34:27 +0200 |
commit | 87f4134201f0a0840415aab531e32ca714bc7a36 (patch) | |
tree | cf148ecc810f92ca2e4c177498a56130806ed4e4 /datastore-leveldb/wwwroot/index.html | |
parent | 7c8e064216cc672557cbf3892ff090490505e408 (diff) | |
download | ebus-alt-87f4134201f0a0840415aab531e32ca714bc7a36.tar.gz ebus-alt-87f4134201f0a0840415aab531e32ca714bc7a36.zip |
leveldb geht so
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> |