From a0f20025a7a6bf16e5672a3be21e5ca0b470d997 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jan 2025 08:47:54 +0100 Subject: [PATCH] make it preety + legal disclaimer fixed --- www/index.php | 4 ++-- www/style.css | 25 ++++++++++++++++++++++++- www/webring.php | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/www/index.php b/www/index.php index b12746c..88d42af 100644 --- a/www/index.php +++ b/www/index.php @@ -54,10 +54,10 @@ require("header.php"); //echo $verifiedcsvpath; //echo nl2br("\n"); //echo $unverifiedcsvpath; - echo "

Verified Links:

"; + echo '

Verified Links


'; echo nl2br("\n"); DisplayCSVNEW($verifiedcsvpath,$query,$sensitive); - echo "


Unverified Links:

"; + echo '


Unverified Links


'; echo nl2br("\n"); DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive); // display the results of verified.csv diff --git a/www/style.css b/www/style.css index c31a757..740a376 100644 --- a/www/style.css +++ b/www/style.css @@ -11,6 +11,19 @@ .banner{ width: 260px; + +} + +.verified{ + width: 95%; + border: 1px solid #00ff00; + background-color: #100b16; +} + +.unverified{ + width: 95%; + border: 1px solid #ff0000; + background-color: #100b16; } .imgRz{ @@ -24,7 +37,6 @@ body{ background-color: #231830; - /*background-image: url("./img/wallpaper_nihilism_dunes.png");*/ width: 100%; height: 100vh; display: flex; @@ -194,6 +206,17 @@ h3,h2{ padding-top: 15px; } +tr{ + border: 1px solid #555555; + padding-bottom: 10px; +} +table { + border: 1px solid #ff0000; + border-collapse: collapse; + + border-color: #ffffff; + background-color: #100b16; +} .column-onion a{ text-decoration: none; diff --git a/www/webring.php b/www/webring.php index 01a69c4..5c73518 100644 --- a/www/webring.php +++ b/www/webring.php @@ -63,7 +63,7 @@ DisplayParticipants($webringcsvpath);



-

LEGAL DISCLAIMER: Across the entirety of all Darknet Lantern instances and all of the lists of links listed therein, the sole purpose of providing links to various darknet websites is strictly for informative and educative purposes. The administrator(s) of this darknet lantern instance decline any and all responsibility regarding any physical, digital and psychological damage caused by any of the listed websites, as the responsibility of such acts remain with the perpetrating third-party. By using this service, you permanently, irrevocably, and world-widely agree that the administrators of any darknet lantern instances aren't to be held responsible in any way for anything that another website ever did or will ever do, even if the link to that third-party website has been, is, or will ever be listed on any darknet lantern instance.

+

LEGAL DISCLAIMER: Across the entirety of all Darknet Lantern instances and all of the lists of links listed therein, the sole purpose of providing the links to the mentionned darknet websites is strictly for informative and educative purposes. The administrator(s) of this darknet lantern instance decline any and all responsibility regarding any physical, digital and psychological damage caused by any of the listed websites, as the responsibility of such acts remain with the perpetrating third-party. By using this service, you permanently, irrevocably, and world-widely agree that the administrators of any darknet lantern instances aren't to be held responsible in any way for anything that another website ever did or will ever do, even if the link to that third-party website has been, is, or will ever be listed on any darknet lantern instance.