feat: add nxtcloud generated code
This commit is contained in:
commit
34b7d0b9cb
26 changed files with 1200 additions and 0 deletions
11
templates/index.php
Normal file
11
templates/index.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use OCP\Util;
|
||||
|
||||
Util::addScript(OCA\Nsnm\AppInfo\Application::APP_ID, 'main');
|
||||
|
||||
?>
|
||||
|
||||
<div id="nsnm"></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue