blob: 6c8044412d83893c242ef00274e9e136ca1a2b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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="options">
<div id="sensorpicker"></div>
</div>
<div id="overview"></div>
</body>
</html>
|