Start of web interface

This commit is contained in:
Ian Renton
2025-09-27 16:55:17 +01:00
parent 78871902ad
commit 9d9687adbf
4 changed files with 58 additions and 6 deletions

18
webassets/css/style.css Normal file
View File

@@ -0,0 +1,18 @@
div#table-container {
width: 80%;
margin: 0 auto;
overflow: scroll;
}
div#table-container table, div#table-container th, div#table-container td {
border: 1px solid;
border-collapse: collapse
}
div#table-container th, div#table-container td {
padding: 10px;
}
div#table-container th {
background-color: dodgerblue;
}