]> git.itanic.dy.fi Git - log-plotter/blob - html/index33.html
data.c: Reset time stamp when starting new log
[log-plotter] / html / index33.html
1
2 <!DOCTYPE html>
3 <html manifest="cache.manifest">
4 <head>
5 <title>Battery voltage & Charged capacity</title>
6 </head>
7 <body>
8
9 <style type="text/css">
10     #container{ 
11         position:absolute; 
12         top:1%;    
13         left:0; 
14         width:100%; 
15         text-align:center;
16     } 
17    #footer{
18         font-size:8px;
19         color:grey;     
20     }
21 </style> 
22
23 <div id="container" style="width:800px align:center">
24  <img src="volt_cur.png" alt="Voltage and current" usemap="navi">
25  <map name="navi">
26   <area shape="rect" coords="0,0,400,480" href="index2.html" alt="Previous">
27   <area shape="rect" coords="400,0,800,400" href="index.html" alt="Next">
28  </map>
29
30 <div id="footer" style=clear:both;text-align:center">
31  <input type="button" value="Prev" onclick="location.href='index2.html';">&nbsp;&nbsp;<input type="button" value="Go" onclick="location.href='index3.html';">&nbsp;&nbsp;<input type="button" value="Next" onclick="location.href='index.html';">
32  <br>Copyright © Tero Salminen 2013</div>
33 </div>
34
35 </body>
36 </html>