forked from I2P_Developers/i2p.i2p
Proxy pages: HTML validation fixes for the proxy pages
This commit is contained in:
@@ -4,18 +4,23 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>Avertissement I2P: Protocole Non-HTTP</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Console Routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console Routeur I2P" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>Avertissement I2P: Protocole Non-HTTP</h3>
|
||||
<p>
|
||||
La requête a utilisé un protocole inadpté.
|
||||
Le mandataire HTTP I2P prend en charge les requêtes http:// seulement. Les autre protocoles tels que https:// and ftp:// ne sont pas permis.
|
||||
Le mandataire HTTP I2P prend en charge les requêtes <code>http://</code>
|
||||
seulement. Les autre protocoles tels que <code>https://</code> and
|
||||
<code>ftp://</code> ne sont pas permis.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user