modify gitignore
This commit is contained in:
parent
65a3b1b035
commit
756b2348ef
|
@ -1,3 +1,11 @@
|
|||
videos/
|
||||
ftp/
|
||||
*.csv
|
||||
|
||||
### Django ###
|
||||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
__pycache__/
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
media
|
|
@ -1,59 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>THE INDEX</title>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<link href="icon.png" rel="icon">
|
||||
</head>
|
||||
<body id="index">
|
||||
<div class="centerade">
|
||||
<a href="https://fediring.net/previous?host=yari.fai.st"><img style="height: 30px; width: auto;" src="icons/last.png" alt="LAST"></a>
|
||||
<a href="https://fediring.net/"><img style="height: 30px; width: auto;" src="icons/fediring.png" alt="FEDIRING"></a>
|
||||
<a href="https://fediring.net/next?host=yari.fai.st"><img style="height: 30px; width: auto;" src="icons/next.png" alt="NEXT"></a>
|
||||
<br>Fediring links
|
||||
</div>
|
||||
<div class="centercubepleaseind">
|
||||
<h1>I'm bizcochito, hey!</h1>
|
||||
<a href="http://v25cldsbgmmllb7emzrefrh57ugu53z534lcs53coi3tlhiin6va6kad.onion">Onionsite mirror</a><br/>
|
||||
<a href="http://nlohuquv5gaqnhfdeano77ftswnfg674jet5qeualztoxtmsceka.b32.i2p">Eepsite mirror</a>
|
||||
<br/><br/>
|
||||
-Pages:<br/>
|
||||
<a href="about.html">-About me</a><br/>
|
||||
<a href="funni.html">-Gifs</a><br/>
|
||||
<a href="kisses.html">-Kisses</a><br/>
|
||||
<br/>
|
||||
-Extra stuf<br/>
|
||||
<a href="sixpaired">-Sixpaired</a><br/>
|
||||
<a href="book.php">-Signbook</a><br/>
|
||||
<br/>
|
||||
-Funni gifs<br/>
|
||||
<a href="http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion/articles/explorer.html"><img src="gif/ie.gif" alt="Get microsoft internet explorer"></a>
|
||||
<a href="http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion/articles/discord.html"><img src="gif/discord.gif" alt="Discord? No way"></a>
|
||||
<a href="https://www.debian.org/intro/why_debian"><img src="gif/linux.png" alt="Powered by linux"></a>
|
||||
<a href="fedivers.txt"><img src="gif/showbroslove.jpg" alt="Give your bros some love"></a>
|
||||
<a href=""><img src="gif/gay.png" alt="Powered by gay"></a>
|
||||
<a href=""><img src="gif/transgender.png" alt="Powered by trans"></a>
|
||||
<a href="https://www.w3.org/Proposal.html"><img src="gif/www.gif" alt="world wide web connecting people since 1991"></a><br/>
|
||||
<br/>
|
||||
-Frens(onions):<br/>
|
||||
<a href="http://jtxkyle56vrelrjsrun5kvymkeak5oxo773agx6oj6cdx4gu7j2bgvqd.onion"><img style="height: 30px;" src="icons/dendy.png" alt="dendy.cat"></a>
|
||||
<a href="http://lainwir3s4y5r7mqm3kurzpljyf77vty2hrrfkps6wm4nnnqzest4lqd.onion"><img style="height: 30px;" src="icons/qorg11.gif" alt="qorg11.net"></a>
|
||||
<a href="http://cronutrw6krxbl73cljype7mkk6r7dmgu5ac5qxtg6ucszhziam4ysyd.onion/~sfr"><img style="height: 31px;" src="icons/sfr.gif" alt="cronut.cafe"></a>
|
||||
<a href="http://moth7kzeri7kdnhla5cydl7anhskmocjy4vrcm4rmzte7uvm64ug54id.onion/"><img style="height: 30px;" src="icons/moth.png" alt="moth.monster"></a>
|
||||
<br>
|
||||
<a href="http://cronutrw6krxbl73cljype7mkk6r7dmgu5ac5qxtg6ucszhziam4ysyd.onion/~lustlion"><img style="height: 30px;" src="icons/ari.gif" alt="lustlion.cronut.cafe"></a>
|
||||
</div>
|
||||
<div class="centerade">
|
||||
<?php
|
||||
$adslist = fopen("ads/ads", "r") or die("Unable to open file!");
|
||||
// Output one line until end-of-file
|
||||
while(!feof($adslist)) {
|
||||
$adarray[] = fgets($adslist);
|
||||
}
|
||||
fclose($adslist);
|
||||
echo $adarray[array_rand($adarray, 1)]
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -33,12 +33,12 @@
|
|||
<h1>I'm bizcochito, hey!</h1>
|
||||
<h2>-Pages:</h2>
|
||||
<p>
|
||||
<a href="about.html">-About me</a><br />
|
||||
<a href="funni.html">-Gifs</a><br />
|
||||
<a href="about/">-About me</a><br />
|
||||
<a href="funni/">-Gifs</a><br />
|
||||
</p>
|
||||
<h2>-Extra stuf</h2>
|
||||
<p>
|
||||
<a href="book.php">-Signbook</a>
|
||||
<a href="book/">-Signbook</a>
|
||||
</p>
|
||||
<h2>-Funni gifs</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue