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