Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:47 +09:00
commit f577d2673b
15 changed files with 142 additions and 0 deletions

2
src/index.css Normal file
View File

@@ -0,0 +1,2 @@
:root { font-family: Inter, system-ui, sans-serif; }
body { margin: 0; display: flex; place-items: center; min-height: 100vh; }