Browse Source

added small favicon, renamed mask picture, fixed tabs

pull/1/head
atnaguzin 8 years ago
parent
commit
0d060abd7a
  1. BIN
      favicon.ico
  2. 0
      img/mask.png
  3. 30
      index.html

BIN
favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

0
img/favicon.png → img/mask.png

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

30
index.html

@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
<head>
<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">
<meta http-equiv="expires" content="600">
<meta name="description" content="Welcome to I2P">
<title>Welcome to I2P</title>
<link rel="shortcut icon" href="img/favicon.png">
<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">
<meta http-equiv="expires" content="600">
<meta name="description" content="Welcome to I2P">
<title>Welcome to I2P</title>
<link rel="shortcut icon" href="favicon.ico">
</head>
<body text="#FFFFFF" bgcolor="#800080">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table1">
<tr>
<td align=center><img src="img/favicon.png"><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>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%" id="table1">
<tr>
<td align=center><img src="img/mask.png"><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>
</tr>
</table>
</body>
Loading…
Cancel
Save