]> git.itanic.dy.fi Git - log-plotter/blobdiff - html/index.html
Add nice html pages for real time charging view
[log-plotter] / html / index.html
diff --git a/html/index.html b/html/index.html
new file mode 100644 (file)
index 0000000..2a67cd2
--- /dev/null
@@ -0,0 +1,37 @@
+
+<!DOCTYPE html>
+<html manifest="cache.manifest">
+<head>
+<meta http-equiv="refresh" content="5">
+<title>Cell voltage & Charge current</title>
+</head>
+<body>
+
+<style type="text/css">
+    #container{ 
+        position:absolute; 
+        top:1%;    
+        left:0; 
+        width:100%; 
+        text-align:center;
+    } 
+   #footer{
+       font-size:8px;
+       color:grey;
+    }
+</style> 
+
+<div id="container" style="width:810px align:center">
+ <img src="cell_volt.png" alt="Cell voltage & Charge current" usemap="navi">
+ <map name="navi">
+  <area shape="rect" coords="0,0,400,480" href="index3.html" alt="Previous">
+  <area shape="rect" coords="400,0,800,400" href="index2.html" alt="Next">
+ </map>
+
+<div id="footer" style=clear:both;text-align:center">
+ <input type="button" value="Prev" onclick="location.href='index3.html';">&nbsp;&nbsp;<input type="button" value="Stop" onclick="location.href='index11.html';">&nbsp;&nbsp;<input type="button" value="Next" onclick="location.href='index2.html';">
+ <br>Copyright © Tero Salminen 2013</div>
+</div>
+
+</body>
+</html>