make it preety + legal disclaimer fixed

This commit is contained in:
root 2025-01-24 08:47:54 +01:00
parent cad1a030df
commit a0f20025a7
3 changed files with 27 additions and 4 deletions

View file

@ -54,10 +54,10 @@ require("header.php");
//echo $verifiedcsvpath; //echo $verifiedcsvpath;
//echo nl2br("\n"); //echo nl2br("\n");
//echo $unverifiedcsvpath; //echo $unverifiedcsvpath;
echo "<h3><u>Verified Links:</u></h3>"; echo '<div class="verified"><h3>Verified Links</h3></br></div>';
echo nl2br("\n"); echo nl2br("\n");
DisplayCSVNEW($verifiedcsvpath,$query,$sensitive); DisplayCSVNEW($verifiedcsvpath,$query,$sensitive);
echo "</br></br></br><h3><u>Unverified Links:</u></h3>"; echo '</br></br></br><div class="unverified"><h3>Unverified Links</h3></br></div>';
echo nl2br("\n"); echo nl2br("\n");
DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive); DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive);
// display the results of verified.csv // display the results of verified.csv

View file

@ -11,6 +11,19 @@
.banner{ .banner{
width: 260px; width: 260px;
}
.verified{
width: 95%;
border: 1px solid #00ff00;
background-color: #100b16;
}
.unverified{
width: 95%;
border: 1px solid #ff0000;
background-color: #100b16;
} }
.imgRz{ .imgRz{
@ -24,7 +37,6 @@
body{ body{
background-color: #231830; background-color: #231830;
/*background-image: url("./img/wallpaper_nihilism_dunes.png");*/
width: 100%; width: 100%;
height: 100vh; height: 100vh;
display: flex; display: flex;
@ -194,6 +206,17 @@ h3,h2{
padding-top: 15px; 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{ .column-onion a{
text-decoration: none; text-decoration: none;

View file

@ -63,7 +63,7 @@ DisplayParticipants($webringcsvpath);
</p> </p>
</br></br> </br></br>
<p style="width: 80%;"><b><u>LEGAL DISCLAIMER:</u></b> <i>Across the entirety of all Darknet Lantern instances and all of the lists of links listed therein, <u>the sole purpose of providing links to various darknet websites is strictly for informative and educative purposes.</u> 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. <b>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.</i></b></p> <p style="width: 80%;"><b><u>LEGAL DISCLAIMER:</u></b> <i>Across the entirety of all Darknet Lantern instances and all of the lists of links listed therein, <b>the sole purpose of providing the links to the mentionned darknet websites is strictly for informative and educative purposes.</b> 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. <b>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.</i></b></p>
</center> </center>
</body> </body>