Add Link to sources

Signed-off-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Christian Dresel 2018-08-23 13:18:02 +02:00
parent 61e565ddf0
commit 175fa4b2b9
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@
<H2>Babel information</H2><?php
echo "<table>";
echo '<tr><td><a href="https://github.com/rohammer/Simple-Babelweb">Quellcode Simple Babelweb</a></td></tr>';
foreach($output['data'] as $temp) { echo "<tr><td>$temp</td></tr>"; }
echo "</table>";