summaryrefslogtreecommitdiff
path: root/www-ssl/lageplan.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/lageplan.php')
-rwxr-xr-xwww-ssl/lageplan.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php
new file mode 100755
index 00000000..08195023
--- /dev/null
+++ b/www-ssl/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");
+?>
+