One more extra /div tag

This commit is contained in:
Mashintime 2023-07-05 12:42:26 -04:00
parent a72531a41b
commit 59fbee8893

View file

@ -21,8 +21,6 @@
<nav class="navbar fixed-top bg-light ms-2 me-2"> <nav class="navbar fixed-top bg-light ms-2 me-2">
<div class="input-group"> <div class="input-group">
<input <input
type="text" type="text"
@ -37,12 +35,10 @@
/> />
<button id="transmit_mesh_ping" type="button" class="btn btn-primary">mesh ping</button> <button id="transmit_mesh_ping" type="button" class="btn btn-primary">mesh ping</button>
</div> </div>
</nav> </nav>
<div class="container-fluid h-100 mt-5"> <div class="container-fluid h-100 mt-5">
<div class="tableFixHead h-50"> <div class="tableFixHead h-50">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
@ -53,7 +49,6 @@
<th scope="col">Hops</th> <th scope="col">Hops</th>
<th scope="col">Score</th> <th scope="col">Score</th>
<th scope="col">SNR</th> <th scope="col">SNR</th>
</tr> </tr>
</thead> </thead>
<tbody id="mesh-table"> <tbody id="mesh-table">
@ -62,9 +57,6 @@
</table> </table>
</div> </div>
<div class="tableFixHead h-50"> <div class="tableFixHead h-50">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
@ -82,14 +74,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
</div> </div>
</body> </body>
</html> </html>