feat: add minimal frontend (accounts, trial balance)

This commit is contained in:
admin
2025-12-13 23:27:38 +09:00
commit 446f17f21a
11 changed files with 149 additions and 0 deletions

14
frontend/css/style.css Normal file
View File

@@ -0,0 +1,14 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont;
margin: 20px;
}
table {
margin-top: 10px;
border-collapse: collapse;
}
th,
td {
padding: 6px 10px;
}