From 5308081946636f1c887799f98d883d1dd4e5a8db Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 13 Feb 2024 23:53:22 +0100 Subject: [PATCH] change text color change layout --- index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 109714d..4d56279 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ -
View list New note | bbn
-
+ View list New note -
- -
-
+ echo ' +

+
@@ -83,6 +83,7 @@ } else { + echo '

'; if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { if (str_ends_with($file, '.md'))