Add client descriptions

This commit is contained in:
2024-05-18 11:17:52 +02:00
parent 7a5f4ce13a
commit 2a965f375f
4 changed files with 107 additions and 12 deletions

View File

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