update index.html

This commit is contained in:
idk
2022-08-27 11:32:55 -04:00
parent acb66c97d0
commit e4e3df90dc
3 changed files with 14 additions and 2 deletions

BIN
i2plogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,12 +1,13 @@
<html> <html>
<head> <head>
<title> <title>
I2P Browsing Pro... I2P Easy-Install...
</title> </title>
<meta name="author" content="eyedeekay" /> <meta name="author" content="eyedeekay" />
<meta name="description" content="i2p.firefox" /> <meta name="description" content="i2p.firefox" />
<meta name="keywords" content="master" /> <meta name="keywords" content="master" />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="showhider.css" />
</head> </head>
<body> <body>
<div id="navbar"> <div id="navbar">
@ -40,7 +41,7 @@
</div> </div>
</div> </div>
<h1> <h1>
I2P Browsing Profile for Firefox I2P Easy-Install Bundle for Windows(Also/formerly)I2P Browsing Profile for Firefox
</h1> </h1>
<h2> <h2>
Features: Features:
@ -714,6 +715,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</div> </div>
<div> <div>
<a href="https://geti2p.net/"> <a href="https://geti2p.net/">
<img src="i2plogo.png"></img>
I2P I2P
</a> </a>
</div> </div>

10
showhider.css Normal file
View File

@ -0,0 +1,10 @@
/* edgar showhider CSS file */
#show {display:none; }
#hide {display:block; }
#show:target {display: block; }
#hide:target {display: none; }
#shownav {display:none; }
#hidenav {display:block; }
#shownav:target {display: block; }
#hidenav:target {display: none; }