Test Commit
This commit is contained in:
parent
62ada46d53
commit
2668a73e60
39
index.php
39
index.php
|
@ -8,4 +8,41 @@ include 'env_vars.php';
|
|||
echo "My API Key is:" . $_ENV["APIKEY"];
|
||||
echo "Getenv:" . getenv('APIKEY');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
<html>
|
||||
|
||||
<footer class="text-center">
|
||||
<div class="container footer">
|
||||
<div class="row">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
<div class="col-12">
|
||||
<p><span><b>Impressum</b></span><br>
|
||||
Silias KLG<br>
|
||||
Toggenburgstrasse 31<br>
|
||||
8245 Feuerthalen<br>
|
||||
<a href="https://www.silias.ch" target="_blank">www.silias.ch</a><br>
|
||||
<a href="mailto:info@silias.ch">info@silias.ch</a><br>
|
||||
<a href="https://gitea.silias.ch/Silias-Public/genderwatchprotocol">Projekt Repository</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="footer">
|
||||
<div class="col-12">
|
||||
<p><span><b>Datenquelle</b></span><br>
|
||||
Zentraler Firmenindex
|
||||
Eidgenössisches Justiz- und Polizeidepartement (EJPD)<br>
|
||||
Bundesamt für Justiz (BJ)<br>
|
||||
<a href="https://www.zefix.admin.ch" target="_blank">www.zefix.admin.ch</a><br>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue