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