summaryrefslogtreecommitdiff
path: root/ebus/webapp/static/index.html
blob: f80da998f489bff60842328c759c2d8b0bb3ae07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>
  </head>
  <body>
    <div id="ebusgraph"></div>
    <div id="overview"></div>
  </body>
</html>