Add client descriptions
This commit is contained in:
@ -113,7 +113,7 @@ if ($path == '') {
|
||||
<main>
|
||||
<section>
|
||||
<h3>Mandanten</h3>
|
||||
<p style="text-align: center;"><a href="/">Startseite</a></p>
|
||||
<p class="center"><a href="/">Startseite</a></p>
|
||||
<table>
|
||||
<thead><tr><th>Name</th></tr></thead>
|
||||
<tbody>
|
||||
@ -122,7 +122,7 @@ if ($path == '') {
|
||||
} ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<p style="text-align: center;"><a href="?format=json">JSON-Format</a></p>
|
||||
<p class="center"><a href="?format=json">JSON-Format</a></p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user