Update# delete example template
This commit is contained in:
parent
4484b72ecd
commit
596313c044
|
|
@ -1,17 +0,0 @@
|
||||||
<?php
|
|
||||||
\OCP\Util::addScript('registration', 'script');
|
|
||||||
|
|
||||||
\OCP\Util::addStyle('registration', 'style');
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
<p>Hello World <?php p($_['user']) ?></p>
|
|
||||||
|
|
||||||
<p><button id="hello">click me</button></p>
|
|
||||||
|
|
||||||
<p><textarea id="echo-content">
|
|
||||||
Send this as ajax
|
|
||||||
</textarea></p>
|
|
||||||
<p><button id="echo">Send ajax request</button></p>
|
|
||||||
|
|
||||||
Ajax response: <div id="echo-result"></div>
|
|
||||||
Loading…
Reference in New Issue