7b7c6a6350810d30343a4b8a7beb0c42c4b1ef3f
[grauphel.git] / templates / index.php
1 <?php /** @var $l OC_L10N */ ?>
2 <?php $_['appNavigation']->printPage(); ?>
3
4 <div id="app-content">
5   <div style="margin: 1ex">
6     <h1 style="font-size: 2em; font-weight: bold">Tomboy notes server</h1>
7     <p style="margin: 1em;">
8       Use the following sync server URL with tomboy/conboy/tomdroid:
9     </p>
10     <pre style="margin: 1em; background-color: #DDD; padding: 1ex; font-family: monospace"><?php p($_['apiurl']); ?></pre>
11   </div>
12
13 </div>