axum based webservice works.

This commit is contained in:
Micha Glave
2026-01-06 14:25:54 +01:00
commit 4c86b21ca7
7 changed files with 1830 additions and 0 deletions

17
dist/styles.css vendored Normal file
View File

@@ -0,0 +1,17 @@
.table {
display: table;
}
.row {
display: table-row;
width: 30%;
border: 1px #888 solid;
padding: 1px;
}
.cell {
display: table-cell;
padding: 5px;
border: 1px solid #ccc;
/* other styles */
}