blob: e38586569319127b57a4a9d397f0b57dae704fee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
<div id="button">ausblenden</div>
</body>
</html>
|