mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
make it preety + legal disclaimer fixed
This commit is contained in:
parent
cad1a030df
commit
a0f20025a7
3 changed files with 27 additions and 4 deletions
|
@ -54,10 +54,10 @@ require("header.php");
|
|||
//echo $verifiedcsvpath;
|
||||
//echo nl2br("\n");
|
||||
//echo $unverifiedcsvpath;
|
||||
echo "<h3><u>Verified Links:</u></h3>";
|
||||
echo '<div class="verified"><h3>Verified Links</h3></br></div>';
|
||||
echo nl2br("\n");
|
||||
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");
|
||||
DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive);
|
||||
// display the results of verified.csv
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -63,7 +63,7 @@ DisplayParticipants($webringcsvpath);
|
|||
</p>
|
||||
|
||||
</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>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue