Initial commit

This commit is contained in:
2025-03-13 16:05:09 +01:00
commit 5950d5ae9d
44 changed files with 5505 additions and 0 deletions

11
frontend/style.css Normal file
View File

@@ -0,0 +1,11 @@
#loginBtn{
background-color: rgb(0, 119, 255);
}
#registerBtn{
background-color: rgb(122, 122, 0);
}
#dashboardBtn{
background-color: orange;
}