First commit - V 1.0.0

This commit is contained in:
rxf
2025-08-12 13:44:06 +00:00
commit 52fb37517a
11 changed files with 1814 additions and 0 deletions

5
public/styles.css Normal file
View File

@@ -0,0 +1,5 @@
body { font-family: system-ui, sans-serif; padding: 20px; max-width:800px; margin:auto; }
input, button { font-size: 1rem; padding: 8px; margin: 2px; }
.card { border: 1px solid #ddd; padding: 12px; border-radius: 8px; margin-bottom: 12px; }
table { width:100%; border-collapse: collapse; }
th, td { text-align:left; padding:8px; border-bottom:1px solid #eee; }