diff options
author | yvesf <yvesf-git@xapek.org> | 2011-07-24 11:05:42 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-07-24 11:05:42 +0200 |
commit | 75017423563a18986aa096566d8a2969c32c3588 (patch) | |
tree | bd86ab746dd06f71ebd1b723e3bec754805e8736 /ebus/webapp/static/index.html | |
parent | a0382ecfbef32b47b7438170feaa7b81d7bc22db (diff) | |
download | ebus-alt-75017423563a18986aa096566d8a2969c32c3588.tar.gz ebus-alt-75017423563a18986aa096566d8a2969c32c3588.zip |
clean up file structure, use bottle soup plugin
Diffstat (limited to 'ebus/webapp/static/index.html')
-rw-r--r-- | ebus/webapp/static/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index 6c80444..04ecc15 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -1,10 +1,10 @@ <html> <head> - <link rel="stylesheet" type="text/css" href="static/main.css" /> - <script src="static/jquery-1.6.2.min.js"></script> - <script src="static/jquery.flot.js"></script> - <script src="static/jquery.flot.selection.js"></script> - <script src="static/ebus.js"></script> + <link rel="stylesheet" type="text/css" href="static/css/stylesheet.css" /> + <script src="static/lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> + <script src="static/lib/flot-0.7/jquery.flot.js"></script> + <script src="static/lib/flot-0.7/jquery.flot.selection.js"></script> + <script src="static/src/ebus.js"></script> </head> <body> <div id="ebusgraph"></div> |