From 5ff29c3ddda98a9e86626ce12e70459e249c9418 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Apr 2025 08:37:59 +0200 Subject: [PATCH] fix the styling issue --- www/footer.php | 6 +++--- www/header.php | 2 +- www/index.php | 8 ++++---- www/style.css | 2 ++ 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/www/footer.php b/www/footer.php index 6ee052b..7d2287c 100644 --- a/www/footer.php +++ b/www/footer.php @@ -70,12 +70,12 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[1])) { } -echo ''; +echo '
'; ?>

Other Webring Participants:

-

+

Why the Darknet is superior to the clearnet

Why are Darknet Lanterns important ?

How to setup your own Lantern instance

-

SimpleX Chatroom

+

SimpleX Chatroom


Darknet Lantern - version 1.0.2

diff --git a/www/header.php b/www/header.php index 97838b1..8abc7c8 100644 --- a/www/header.php +++ b/www/header.php @@ -95,7 +95,7 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) { echo "\n"; fclose($handle); } -echo "

" . $rowcount . " Result(s) found.

"; +echo "

" . $rowcount . " Result(s) found.

"; } diff --git a/www/index.php b/www/index.php index ee6a91e..2230e9c 100644 --- a/www/index.php +++ b/www/index.php @@ -2,10 +2,10 @@ Darknet Lantern - - + + - + @@ -80,7 +80,7 @@ require("header.php"); echo '

Your verified.csv file is empty, check this tutorial to know how to add links into it.

'; } if ($lines_uv >= 2){ - echo '


Unverified Links


'; + echo '


Unverified Links


'; echo nl2br("\n"); DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive); }else{ diff --git a/www/style.css b/www/style.css index 4aec48e..61da77e 100644 --- a/www/style.css +++ b/www/style.css @@ -12,6 +12,8 @@ .width-class{ width: 100%; object-fit: contain; + align: center; + } .projectbanner{