correct html

This commit is contained in:
Kizarm 2024-07-05 20:27:33 +02:00
parent 0f3cfc59cb
commit 511ccea945

View file

@ -18,14 +18,12 @@
<h1>Dálkové ovládání chaty.</h1>
<table>
<tr>
<td><div><label for="pass">Password : </label><input type="password" id="pass" name="password" minlength="8" required /><div>
<td><div><label for="pass">Password : </label><input type="password" id="pass" name="password" minlength="8" required /></div>
</td><td><button class="button" id="ConnButton" onClick="Connection();">Connect</button></td>
<tr>
<tr>
</tr><tr>
<td><button class="button" id="MainButton" onClick="chPower(Main);" disabled>Hlavní vypínač</button></td>
<td><button class="button" id="RefrButton" onClick="chPower(Refr);" disabled>Lednice</button></td>
</tr>
<tr>
</tr><tr>
<td colspan=2><textarea class="emscripten" id="output" rows="10" spellcheck="false"></textarea></td>
</tr>
</table>
@ -129,6 +127,6 @@
}
}
</script>
</body
</body>
</html>