Initial commit

This commit is contained in:
Refubz
2025-06-14 01:34:32 -07:00
parent c7e59f3fea
commit 42febd4cea
49 changed files with 4066 additions and 1 deletions

7
app/ui/home.module.css Normal file
View File

@ -0,0 +1,7 @@
.shape {
height: 0;
width: 0;
border-bottom: 30px solid black;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}