Zefix_search/index.php

74 lines
2.5 KiB
PHP
Raw Normal View History

2023-08-16 18:26:11 +02:00
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/custom.css?v=1.1">
<link rel="stylesheet" href="css/bootstrap.css">
<title>Silias Zefix Suche</title>
2023-08-16 17:23:44 +02:00
2023-08-16 18:26:11 +02:00
</head>
<body>
2023-08-16 17:36:41 +02:00
2023-08-16 18:27:32 +02:00
<div class="wrapper">
<section>
<div class="container">
2023-08-16 18:28:03 +02:00
<h1>Silias Zefix Suche</h1>
2023-08-16 18:21:11 +02:00
2023-08-16 18:27:32 +02:00
<p>Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.</p>
</div>
</section>
</div>
2023-08-16 17:36:41 +02:00
<?php
2023-08-16 18:02:00 +02:00
include 'env_vars.php';
2023-08-16 18:21:11 +02:00
//echo "My API Key is:" . $_ENV["APIKEY"];
//echo "Getenv:" . getenv('APIKEY');
2023-08-16 17:36:41 +02:00
2023-08-16 18:19:50 +02:00
?>
2023-08-16 18:26:11 +02:00
2023-08-16 18:19:50 +02:00
<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>
2023-08-16 18:21:47 +02:00
<a href="https://gitea.silias.ch/Silias-Public/Zefix_search">Projekt Repository</a>
2023-08-16 18:19:50 +02:00
</div>
</td>
<td class="footer">
<div class="col-12">
<p><span><b>Datenquelle</b></span><br>
2023-08-16 18:26:11 +02:00
Zentraler Firmenindex<br>
2023-08-16 18:19:50 +02:00
Eidgenössisches Justiz- und Polizeidepartement (EJPD)<br>
Bundesamt für Justiz (BJ)<br>
2023-08-16 18:42:20 +02:00
Eidgenössisches Amt für das Handelsregister (EHRA)<br>
Bundesrain 20<br>
3003 Bern<br>
2023-08-16 18:19:50 +02:00
<a href="https://www.zefix.admin.ch" target="_blank">www.zefix.admin.ch</a><br>
2023-08-16 18:42:20 +02:00
<a href="tel:+41584624197">+41 (0) 58 462 41 97</a>
<a href="zefix@bj.admin.ch">zefix@bj.admin.ch</a>
2023-08-16 18:19:50 +02:00
</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</footer>
2023-08-16 18:26:11 +02:00
</body>
2023-08-16 18:19:50 +02:00
</html>