/coils and /registers pages symlink to same index.html

This commit is contained in:
Jarno Rankinen 2023-01-17 20:44:49 +02:00
parent 535a6f69e3
commit a4a19458f6
3 changed files with 24 additions and 22 deletions

View File

@ -1,22 +0,0 @@
<!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>

View File

@ -0,0 +1 @@
../index.html

View File

@ -0,0 +1,22 @@
<!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>

View File

@ -0,0 +1 @@
../index.html