From 67043fa313819ae7461878d8a3ae0fcfc4d7ea75 Mon Sep 17 00:00:00 2001 From: trinkey Date: Mon, 17 Mar 2025 16:36:24 -0400 Subject: [PATCH] fix link position --- index.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index c8be029..bc57637 100644 --- a/index.php +++ b/index.php @@ -42,15 +42,18 @@ if ($_GET["sent"] == 1) { + +view emoji list"); + } +?> +

all past messages

view emoji list"); -} - foreach (array_reverse($questions) as $question){ echo(getQuestion($question)); }