Browse Source

add purplechan, remove unused visit count code, add some css

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/2/head
R4SAS 3 years ago
parent
commit
0daf236177
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. BIN
      img/purplechan.jpg
  2. 35
      index.html

BIN
img/purplechan.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

35
index.php → index.html

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="cache-control" content="max-age=3600">
<meta http-equiv="cache-control" content="private">
@ -7,22 +8,31 @@ @@ -7,22 +8,31 @@
<meta name="description" content="Welcome to I2P">
<title>Welcome to I2P</title>
<link rel="shortcut icon" href="favicon.ico">
<style>
.text1 { font-size: 2em; font-family: Arial; }
.text2 { font-size: 3em; font-family: Arial; }
@media screen and (max-width: 920px) {
.text1 { font-size: 1.2em; }
.text2 { font-size: 1.5em; }
.logo { max-width: 150px; }
}
</style>
</head>
<body text="#FFFFFF" bgcolor="#8764b9">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align=center>
<img src="img/mask.png"><br>
<font face="Arial" size="6">Your I2Pd Browser is working correctly</font><br>
<font face="Arial" size="7">Welcome to Invisible Internet</font>
<img class="logo" src="img/mask.png"><br>
<span class="text1">Your I2Pd Browser is working correctly</span><br>
<span class="text2">Welcome to Invisible Internet</span>
<br><br><br>
<a href="http://102chan.i2p/" target="_blank" title="Имиджборда 102chan"><img src="img/102button.gif" alt="102chan.i2p"></a>
<a href="http://333.i2p/" target="_blank" title="Форум, посвященный разработке и поддержке i2pd"><img src="img/333.gif" width="88px" height="31px" alt="333.i2p"></a>
<a href="http://reg.i2p/" target="_blank" title="Поиск и регистрация адресов в зоне I2P"><img src="img/reg.png" alt="reg.i2p"></a>
<a href="http://flibusta.i2p/" target="_blank" title="Флибуста - книжное братство"><img src="img/flibusta.gif" width="88px" height="31px" alt="flibusta.i2p"></a>
<a href="http://black.i2p/" target="_blank" title="Доска объявлений"><img src="img/black.png" width="88px" height="31px" alt="black.i2p"></a>
<a href="http://lifebox.i2p/" target="_blank" title="Социальная сеть LifeBOX"><img src="img/lifebox.png" width="88px" height="31px" alt="lifebox.i2p"></a>
<a href="http://git.community.i2p" target="_blank" title="Community I2P git service "><img src="img/gitcommunity.jpg" alt="git.community.i2p"></a>
<a href="http://gostcoin.i2p/" target="_blank" title="ГОСТкоин"><img src="img/gostcoin.png" width="88px" height="31px" alt="gostcoin.i2p"></a>
<br>
<a href="http://onelon.i2p/" target="_blank" title="#onelon - анонимные блоги без цензуры"><img src="img/onelon.png" alt="onelon.i2p"></a>
@ -43,25 +53,10 @@ @@ -43,25 +53,10 @@
<br>
<a href="http://acetone.i2p/" target="_blank" title="Public outproxy & Services"><img src="img/acetone.png" alt="acetone.i2p"></a>
<a href="http://kislitsa.i2p/" target="_blank" title="Имиджборда Кислица"><img src="img/kislitsa.png" alt="kislitsa.i2p"></a>
<a href="http://purplechan.i2p/" target="_blank" title="Имиджборда Purplechan"><img src="img/purplechan.jpg" alt="purplechan.i2p"></a>
<a href="http://sportloto.i2p/" target="_blank" title="Для жалоб"><img src="img/sportloto.png" alt="sportloto.i2p"></a>
<a href="http://boran.i2p/" target="_blank" title="Почтовый сервис(клирнет/.i2p) и форум обо всём и не о чё"><img src="img/boran.jpg" width="88px" height="31px" alt="boran.i2p"></a>
<a href="http://inr.i2p/" target="_blank" title="Поиск и регистрация адресов в зоне I2P"><img src="img/inr.png" alt="inr.i2p"></a>
<a href="http://git.community.i2p" target="_blank" title="Community I2P git service "><img src="img/gitcommunity.jpg" alt="git.community.i2p"></a>
<!-- <?php // disabled
$f=fopen("stat.dat","a+");
flock($f,LOCK_EX);
$count=fread($f,100);
if (!isset($_COOKIE['i2pdvis'])){
@$count++;
ftruncate($f,0);
fwrite($f,$count);
fflush($f);
}
setcookie("i2pdvis", "true", time() + 1*3600, "/");
flock($f,LOCK_UN);
fclose($f);
echo("<br><br><br><font face='Arial' size='3'>Visits: " .$count. "</font>");
?> -->
</td>
</tr>
</table>
Loading…
Cancel
Save