This commit is contained in:
Jarno Rankinen 2023-01-17 21:51:24 +02:00
parent 3fd6669687
commit 66481d8404
1 changed files with 2 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<head>
<link rel="stylesheet" href="/static/tabledata.css">
<script src="/static/tabledata.js"></script>
<meta charset="UTF-8">
<title>Enervent Pingvin Kotilämpö</title>
<meta charset="UTF-8">
<title>Enervent Pingvin Kotilämpö</title>
</head>
<body onload="getData()">
<table id="data">
@ -12,11 +12,5 @@
<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>