Test Commit
This commit is contained in:
parent
3500ee074a
commit
0f3a0f09ba
11
index.php
11
index.php
|
@ -11,8 +11,17 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.
|
<div class="wrapper">
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Genderwatch-protocol</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
include 'env_vars.php';
|
include 'env_vars.php';
|
||||||
//echo "My API Key is:" . $_ENV["APIKEY"];
|
//echo "My API Key is:" . $_ENV["APIKEY"];
|
||||||
|
|
Loading…
Reference in New Issue