cloud upload files

This commit is contained in:
2022-03-16 00:34:44 -05:00
parent 5753f7cf26
commit 6c60c6656a
20 changed files with 317 additions and 8 deletions

17
src/public/css/cloud.css Normal file
View File

@@ -0,0 +1,17 @@
body{
background:rgb(10, 10, 10);
color: rgb(255, 255, 255);
}
.files{
background: rgba(100, 100, 100, 0.5);
margin: 10px;
padding: 5px;
}
.info{
font-family: sigma_font;
font-size: 20px;
margin-left: 10px;
}
.upload{
margin: 2px;
}