From d3e6fc00260343e5d6cdd815af375a5182c8c960 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 15 Apr 2023 18:22:11 +0100 Subject: [PATCH] maybe copy button yes? --- index.php | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) 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 + ' +
+
+ + +
+
+ +
+
+ '; ?>