remove unneeded absolute link

(duck)
This commit is contained in:
duck
2004-08-03 12:52:07 +00:00
committed by zzz
parent 38ac57a72f
commit 335981befa

View File

@@ -6,8 +6,8 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>I2P - <?=$pagetitle?></title>
<link rel="stylesheet" href="/styles/default.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="styles/default.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
@@ -15,7 +15,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
<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>
<a href="home"><img src="images/i2plogo.png" alt="I2P Logo" width="178" height="35" /></a>
</div>
<h1>I2P - <?=$pagetitle?></h1>