1
0
mirror of https://github.com/PurpleI2P/i2pd.i2p synced 2025-01-30 16:24:25 +00:00

added small favicon, renamed mask picture, fixed tabs

This commit is contained in:
atnaguzin 2016-11-23 01:22:46 +03:00
parent 7f90f99344
commit 0d060abd7a
3 changed files with 15 additions and 15 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -1,19 +1,19 @@
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"> <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="max-age=3600">
<meta http-equiv="cache-control" content="private"> <meta http-equiv="cache-control" content="private">
<meta http-equiv="expires" content="600"> <meta http-equiv="expires" content="600">
<meta name="description" content="Welcome to I2P"> <meta name="description" content="Welcome to I2P">
<title>Welcome to I2P</title> <title>Welcome to I2P</title>
<link rel="shortcut icon" href="img/favicon.png"> <link rel="shortcut icon" href="favicon.ico">
</head> </head>
<body text="#FFFFFF" bgcolor="#800080"> <body text="#FFFFFF" bgcolor="#800080">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table1">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table1"> <tr>
<tr> <td align=center><img src="img/mask.png"><br/>
<td align=center><img src="img/favicon.png"><br/> <font face="Arial"><font size="6">Your I2Pd Browser is working correctly</font><br/>
<font face="Arial"><font size="6">Your I2Pd Browser is working correctly</font><br/> <font size="7">Welcome to Invisible Internet</font></font></td>
<font size="7">Welcome to Invisible Internet</font></font></td> </tr>
</tr> </table>
</table> </body>