mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
changes made
This commit is contained in:
parent
a1a1d8ad30
commit
d92214fe09
146 changed files with 75 additions and 23 deletions
40
www/lainchan.php
Normal file
40
www/lainchan.php
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<head>
|
||||
<title>Darknet Onion Webring</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
|
||||
<center>
|
||||
<?php
|
||||
require("header.php");
|
||||
?>
|
||||
<h3>Lainchan Webring (WIP) (Last update May 2025)</h3>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
|
||||
foreach(glob("img/banners/".'*') as $filename){
|
||||
echo '<img src="img/banners/' . basename($filename) . '">' . "\n";
|
||||
}
|
||||
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
<?php
|
||||
require("footer.php");
|
||||
?>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue