diff --git a/index.php b/index.php index bc1ae9d..fe92e93 100644 --- a/index.php +++ b/index.php @@ -30,26 +30,30 @@ - - !wip ' . $_GET["map"] . ' - - '; + echo + ' +
+ + !wip ' . $_GET["map"] . ' + +
+ '; + return; } // if the map parameter is not set, display the upload form - else { - echo '
-
- - -
-
- -
-
- '; - } + echo + ' +
+
+ + +
+
+ +
+
+ '; ?>