Add Element Document

This commit is contained in:
Pl4yep2on
2024-11-06 17:05:32 +00:00
parent 077c144d89
commit bf0ff5adc2
4 changed files with 74 additions and 0 deletions

11
templates/main.php Normal file
View File

@ -0,0 +1,11 @@
<?php
script('webserver', 'dragdrop');
style('webserver', 'style');
?>
<div id="app-content">
<h3>Glisser-Déposer pour Ajouter dans Nextcloud</h3>
<div id="drop-zone">Déposez vos fichiers ici</div>
</div>