enervent-ctrl/enervent-ctrl-python/html/index.html

22 lines
642 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="../static/tabledata.css">
<script src="../static/tabledata.js"></script>
<meta charset="UTF-8">
<title>Enervent Pingvin Kotilämpö</title>
</head>
<body onload="getData()">
<table id="coils">
<caption>Coil values at <span id="time"></span></caption>
<thead><th>Address</th><th>Value</th><th>Symbol</th><th>Description</th></thead>
<tbody id="coildata"></tbody>
</table>
<script></script>
<h2 id="temp" style="text-align: center;"></h2>
<h1 id="clock" style="text-align: center;"></h1>
<div class="buttonrow">
</div>
</body>
</html>