first commit

This commit is contained in:
ChKendel
2026-02-15 21:44:57 +01:00
committed by chk
parent 05314ce961
commit 58b490b4f1
12 changed files with 263 additions and 0 deletions

5
app/public/style.css Normal file
View File

@@ -0,0 +1,5 @@
body { font-family: Arial; }
table { border-collapse: collapse; width: 80%; }
th, td { border: 1px solid #ccc; padding: 8px; }
.ok { color: green; font-weight: bold; }
.fail { color: red; font-weight: bold; }