Testing how to develop an app

This commit is contained in:
root
2022-03-14 20:05:46 +00:00
parent 1984e55837
commit a30a4f13ec
11 changed files with 99 additions and 38 deletions

View File

@ -1 +1,10 @@
<h1>Hello world</h1>
<div id="emptycontent">
<div>
<button id="MyWiki-test">Test</button>
</div>
<div>
<output></output>
</div>
</div>

View File

@ -1,6 +1,6 @@
<?php
script('mywiki', 'script');
style('mywiki', 'style');
\OCP\Util::addScript('mywiki', 'script');
\OCP\Util::addStyle('mywiki', 'style');
?>
<div id="app">