minor HTML and CSS fixes

* duplicate use of ID "heart"
* "& " --> "& "
* missed changes in simple UI
This commit is contained in:
Frank
2024-12-13 13:16:39 +01:00
parent 37d0086aad
commit a37e20560d
9 changed files with 24 additions and 9 deletions

View File

@@ -139,7 +139,7 @@
<form id="form_s" name="Sf" method="post">
<div class="toprow">
<div class="helpB"><button type="button" onclick="H()">?</button></div>
<button type="button" onclick="B()">Back</button><button type="submit">Save & Connect</button><hr>
<button type="button" onclick="B()">Back</button><button type="submit">Save &amp; Connect</button><hr>
</div>
<h2>WiFi setup</h2>
<h3>Connect to existing network</h3>
@@ -211,7 +211,7 @@
</select><br><br>
</div>
<hr>
<button type="button" onclick="B()">Back</button><button type="submit">Save & Connect</button>
<button type="button" onclick="B()">Back</button><button type="submit">Save &amp; Connect</button>
</form>
</body>
</html>