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 @@
<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>
Loading…
Cancel
Save