Update# delete example template

This commit is contained in:
Pellaeon Lin 2015-11-16 10:43:55 +08:00
parent 4484b72ecd
commit 596313c044
1 changed files with 0 additions and 17 deletions

View File

@ -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>