diff options
Diffstat (limited to 'ebus/webapp/static/index.html')
-rw-r--r-- | ebus/webapp/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index 16fa3ac..f80da99 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -1,6 +1,6 @@ <html> <head> - <link rel="stylesheet" type="text/css" href="/static/main.css" /> + <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> |