Added WebDAV syncing

This commit is contained in:
nazrin 2024-12-27 04:15:08 +00:00
parent b9e8278689
commit d5518a164e
13 changed files with 284 additions and 70 deletions

View file

@ -143,3 +143,10 @@ header #new-file .btn-svg svg {
margin-left:auto;
margin-right:5px;
}
.file-type[data-type="JS"]{
color: #ffde24
}
.file-type[data-type="CSS"]{
color: #15a0dc
}