Files

33 lines
915 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Grow Controller</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, width=device-width">
<script type='text/javascript' src='myip.js'></script>
<script type='text/javascript' src='curr.js'></script>
<script type='text/javascript' src='nav.js'></script>
</head>
<body onload='CurrInit(); NavInit();'>
<h1>Grow Controller - Current Sense</h1>
<blockquote>
<table width='800' border='0'>
<tr>
<td colspan='3' align='center'>
<canvas id='curr' width='790' height='400'></canvas>
</td>
</tr>
<tr>
<td width='*' align='left'>
<div id='uptime'>x:xx:xx</div>
</td>
<td width='20%' align='right'>
<div id='currText'>xx</div>
</td>
</tr>
</table>
</blockquote>
<span id='nav'></span>
</body>
</html>