Initial commit from online.

This commit is contained in:
2023-12-28 12:13:55 +01:00
commit b65644f3e0
235 changed files with 4060 additions and 0 deletions

36
inhalte/gaby/anfrage.php Normal file
View File

@@ -0,0 +1,36 @@
<h2>Ferienhaus Wille </h2>
<table>
<colgroup>
<col width="70px" />
<col width="300px" />
</colgroup>
<tr>
<th colspan="2">Familien Wille / Jörg</th>
</tr>
<tr>
<td colspan="2">Kühgasse 3</td>
</tr>
<tr>
<td colspan="2">87541 Bad Hindelang - Bad Oberdorf</td>
</tr>
<tr>
<td>Tel.:</td>
<td>+49 8324 952154</td>
</tr>
<tr>
<td></td>
<td>+49 8324 521</td>
</tr>
<tr>
<td>Fax:</td>
<td>+49 8324 952153</td>
</tr>
<tr>
<td>E-Mail:</td>
<td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td>
</tr>
<?php
include "inhalte/kalender.php";
echo "<br style=\"clear: right;\" />";
include "inhalte/kal_def.php";
?>