diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2014-07-26 19:57:07 +0200 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2014-07-26 19:57:07 +0200 |
commit | d624ed7b00203ec3beb3337a44ec1cf8075df453 (patch) | |
tree | 26bdc770112c6b3647e2eb28cc2e3ef7b1587a2d /ebus-datastore/ebus/web_static/heizung.html | |
parent | a8cd2ecf7387d7bbe16808ca0c7acdb04a4909cb (diff) | |
download | ebus-alt-d624ed7b00203ec3beb3337a44ec1cf8075df453.tar.gz ebus-alt-d624ed7b00203ec3beb3337a44ec1cf8075df453.zip |
save changed to deprecated ebus-datastore
Diffstat (limited to 'ebus-datastore/ebus/web_static/heizung.html')
-rw-r--r-- | ebus-datastore/ebus/web_static/heizung.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ebus-datastore/ebus/web_static/heizung.html b/ebus-datastore/ebus/web_static/heizung.html new file mode 100644 index 0000000..065e031 --- /dev/null +++ b/ebus-datastore/ebus/web_static/heizung.html @@ -0,0 +1,12 @@ +<html> + <head> + <link rel="stylesheet" type="text/css" href="static/css/stylesheet.css" /> + <script src="static/lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> + <script src="static/lib/flot-0.7/jquery.flot.js"></script> + <script src="static/lib/flot-0.7/jquery.flot.selection.js"></script> + <script src="static/src/ebus_heizung.js"></script> + </head> + <body> + <div id="ebusgraph" style="width:1500px; height:800px;"></div> + </body> +</html> |