forked from I2P_Developers/i2p.www
remove unneeded absolute link
(duck)
This commit is contained in:
@@ -6,8 +6,8 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
||||||
<head>
|
<head>
|
||||||
<title>I2P - <?=$pagetitle?></title>
|
<title>I2P - <?=$pagetitle?></title>
|
||||||
<link rel="stylesheet" href="/styles/default.css" type="text/css" />
|
<link rel="stylesheet" href="styles/default.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
||||||
|
|
||||||
<div class="logo">
|
<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>
|
</div>
|
||||||
<h1>I2P - <?=$pagetitle?></h1>
|
<h1>I2P - <?=$pagetitle?></h1>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user