diff options
Diffstat (limited to 'lageplan.php')
-rwxr-xr-x | lageplan.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lageplan.php b/lageplan.php new file mode 100755 index 00000000..08195023 --- /dev/null +++ b/lageplan.php @@ -0,0 +1,19 @@ +<?php +$title = "Index"; +$header = "Lageplan"; +$Page["Public"] = "Y"; +include ("./inc/header.php"); +?> + +<p> +Hier eine Übersicht über die Raumssituation auf dem Camp. +</p> + +<p> +<img src="./pic/lageplan/lageplan.jpg" alt="Lageplan" />. +</p> + +<? +include ("./inc/footer.php"); +?> + |