initial commit

This commit is contained in:
KaseToatz1337
2025-11-28 13:28:52 +01:00
commit cb05f9834b
20 changed files with 4579 additions and 0 deletions

7
src/index.css Normal file
View File

@@ -0,0 +1,7 @@
html, body, #root {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}