Initial commit

This commit is contained in:
2026-01-15 15:03:59 +08:00
committed by GitHub
commit f8eda9ba2f
35 changed files with 3212 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
@import "tailwindcss";
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
#root {
width: 100%;
height: 100%;
}