mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
fix the styling issue
This commit is contained in:
parent
8188043b68
commit
5ff29c3ddd
4 changed files with 10 additions and 8 deletions
|
@ -70,12 +70,12 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[1])) {
|
|||
}
|
||||
|
||||
|
||||
echo '<a href="http://' . $instance . '"><img src="' . $participantpath . 'banner.png"></a>';
|
||||
echo '<center><a href="http://' . $instance . '"><img src="' . $participantpath . 'banner.png"></a>';
|
||||
?>
|
||||
</br>
|
||||
<h3>Other Webring Participants:</h3>
|
||||
|
||||
<p>
|
||||
<p></center>
|
||||
<?php
|
||||
|
||||
$webringcsvpath = $participantpath . "webring-participants.csv";
|
||||
|
@ -92,7 +92,7 @@ DisplayParticipants($webringcsvpath);
|
|||
</br><p><a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/clearnetvsdarknet/index.html">Why the Darknet is superior to the clearnet</a></p>
|
||||
<p><a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetexploration/index.html">Why are Darknet Lanterns important ?</a></p>
|
||||
<p> <a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html">How to setup your own Lantern instance</a> </p>
|
||||
<p> <a href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FBD4qkVq8lJUgjHt0kUaxeQBYsKaxDejeecxm6-2vOwI%3D%40b6geeakpwskovltbesvy3b6ah3ewxfmnhnshojndmpp7wcv2df7bnead.onion%2F4woLIDlpkvXRvZmaAiWA802OwiyxekdJ%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAzIAoE-OWDqFJXMqgunIWHPpE_u7e52Wtu8TioPc1QwI%253D&data=%7B%22groupLinkId%22%3A%22Srr1_MNob7WfPTQIY-ug5Q%3D%3D%22%7D">SimpleX Chatroom</a> </p>
|
||||
<p> <a href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FBD4qkVq8lJUgjHt0kUaxeQBYsKaxDejeecxm6-2vOwI%3D%40b6geeakpwskovltbesvy3b6ah3ewxfmnhnshojndmpp7wcv2df7bnead.onion%2FuB_E6n3E7RGYG46ZSjQ5TQv_8toyesED%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEA1cxCf_-kllFdq2GXZhIBYzhPf5suMyczl_CzpVGuckA%253D&data=%7B%22groupLinkId%22%3A%22kzVLi91wzl8T_Sh6bwh-NQ%3D%3D%22%7D">SimpleX Chatroom</a> </p>
|
||||
</br><p><i> Darknet Lantern - version 1.0.2 </i></p>
|
||||
|
||||
</center>
|
||||
|
|
|
@ -95,7 +95,7 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
|
|||
echo "\n</table></center>";
|
||||
fclose($handle);
|
||||
}
|
||||
echo "<p>" . $rowcount . " Result(s) found.</p>";
|
||||
echo "<center><p>" . $rowcount . " Result(s) found.</p></center>";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Darknet Lantern</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="description" content="Darknet Lantern is a minimalistic Peer to Peer Decentralised Search Engine for the Darknet, that got officially released on the 1st of Febuary 2025." />
|
||||
<meta property="og:site_name" content="Darknet Lantern">
|
||||
<meta property="og:site_name" content="Darknet Lantern" />
|
||||
<meta property="og:title" content="Darknet Lantern" />
|
||||
<meta property="og:type" content="website" />
|
||||
<!-- // Now displays the url of the instance -->
|
||||
|
@ -80,7 +80,7 @@ require("header.php");
|
|||
echo '<p>Your verified.csv file is empty, <a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html">check this tutorial</a> to know how to add links into it.</p>';
|
||||
}
|
||||
if ($lines_uv >= 2){
|
||||
echo '</br></br></br><div class="unverified"><h3>Unverified Links</h3></br></div>';
|
||||
echo '</br></br></br><center><div class="unverified"><h3>Unverified Links</h3></br></div></center>';
|
||||
echo nl2br("\n");
|
||||
DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive);
|
||||
}else{
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
.width-class{
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
align: center;
|
||||
|
||||
}
|
||||
|
||||
.projectbanner{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue