Files
i2p.www/pages/header.html
ugha 837cdc40be Fixed W3C errors:
1) 'there is no attribute "border" for "img" tag' (now in CSS)
2) 'end tag for "img" omitted' (added '/>')
2) replaced '<br/>' with '<br />' for old browsers' compatibility
(ugha)
2004-07-12 02:00:14 +00:00

86 lines
3.4 KiB
HTML

<?php
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>I2P</title>
<link rel="stylesheet" href="styles/default.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
<div class="logo">
<a href="home"><img src="images/i2plogo.png" alt="I2P Logo" width="178" height="35" /></a>
</div>
<h1>I2P</h1>
<div class="menu">
<b><a href="home">News[ ]</a></b><br />
- <a href="roadmap">Roadmap[x]</a><br />
<br />
<b><a href="about">About I2P[ ]</a></b><br />
- <a href="bounties">Bounties[x]</a><br />
- <a href="donate">Donate[x]</a><br />
- <a href="getinvolved">Get involved[x]</a><br />
- <a href="halloffame">Hall of Fame[x]</a><br />
- <a href="team">Team[x]</a><br />
<br />
<b><a href="download">Download[ ]</a></b><br />
<br />
<b><a href="documentation">Documentation[ ]</a></b><br />
- <a href="installation">Installation[ ]</a><br />
- <a href="applications">Applications[x]</a><br />
&nbsp;&nbsp;* <a href="myi2p">MyI2P[ ]</a><br />
&nbsp;&nbsp;* <a href="minwww">MinWWW[x]</a><br />
&nbsp;&nbsp;* <a href="i2ptunnel">I2PTunnel[.]</a><br />
<!-- NAVIGATION MOVED TO I2PTUNNEL PAGE
&nbsp;&nbsp;&nbsp;&nbsp;&gt; <a href="i2ptunnel_services">Setting up services[ ]</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt; <a href="i2ptunnel_tuning">Tuning[ ]</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt; <a href="i2ptunnel_lan">LAN setup[ ]</a><br />
-->
- <a href="performance">Performance[x]</a><br />
&nbsp;&nbsp;* <a href="jbigi">jbigi[x]</a><br />
&nbsp;&nbsp;* <a href="jvm">JVM[ ]</a><br />
&nbsp;&nbsp;* <a href="config_tweaks">Config tweaks[ ]</a><br />
- <a href="api">API[.]</a><br />
<!-- NAVIGATION MOVED TO API PAGE
&nbsp;&nbsp;* <a href="sam">SAM[ ]</a><br />
&nbsp;&nbsp;* <a href="ministreaming">ministreaming[ ]</a><br />
&nbsp;&nbsp;* <a href="i2cp">I2CP[ ]</a><br />
&nbsp;&nbsp;* <a href="datagrams">Datagrams[ ]</a><br />
-->
- <a href="how">How does it work?[.]</a><br />
<!-- NAVIGATION MOVED TO HOW PAGE
&nbsp;&nbsp;* <a href="how_intro">Intro[x]</a><br />
&nbsp;&nbsp;* <a href="how_threatmodel">Threat model[x]</a><br />
&nbsp;&nbsp;* <a href="how_tunnelrouting">Tunnel routing[ ]</a><br />
&nbsp;&nbsp;* <a href="how_garlicrouting">Garlic routing[ ]</a><br />
&nbsp;&nbsp;* <a href="how_networkdatabase">Network database[ ]</a><br />
&nbsp;&nbsp;* <a href="how_peerselection">Peer selection[ ]</a><br />
&nbsp;&nbsp;* <a href="how_cryptography">Cryptography[ ]</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt; <a href="how_elgamalaes">ElGamal/AES+SessionTag[x]</a><br />
&nbsp;&nbsp;* <a href="how_networkcomparisons">Network comparisons[x]</a><br />
<br />
-->
<b><a href="faq">FAQ[x]</a></b><br />
<br />
<b><a href="development">Development[ ]</a></b><br />
- <a href="implementation">Implementation[ ]</a><br />
- <a href="http://dev.i2p.net/bugzilla/index.cgi">Bugzilla[*]</a><br />
- <a href="licenses">Licenses[x]</a><br />
- <a href="http://dev.i2p.net/pipermail/i2p/">Mailinglist[*]</a><br />
- <a href="meetings">Meetings[ ]</a><br />
- <a href="cvs">CVS[x]</a><br />
<br />
<b><a href="http://forum.i2p.net/">Forum[*]</a></b><br />
<br />
<b><a href="links">Links[ ]</a></b><br />
</div>
<div class="main" id="main">