blob: e6ab5b91eeb4ccf54d6874546c3f0d1d512d2f14 (
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>
|