47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="home.css" rel="stylesheet">
|
|
<link href="search.css" rel="stylesheet">
|
|
<link href="sidebar.css" rel="stylesheet">
|
|
<title>
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<div class='background'>
|
|
<div class='content'>
|
|
<div class="text-section-proxyerr-header">
|
|
<h1 id="text-section-proxyerr-header">A Proxy Error has Occurred</h1>
|
|
</div>
|
|
|
|
<div id="i2pbrowser-version">
|
|
</div>
|
|
|
|
<div id="i2pbrowser-description">
|
|
<p id="description">I2P in Private Browsing is a webextension to secure and enhance your I2P use in the browser.</p>
|
|
<p id="beta">This is an experimental product.</p>
|
|
<p id="description2">
|
|
If you're seeing this page, it is because a proxy error has occurred. Some information has been provided to help you diagnose the issue.
|
|
</p>
|
|
</div>
|
|
<div id="routerness">
|
|
<div class="hideIfI2PRouterOff" id="routerness">
|
|
<span id="router-check">Router is ready. Check the proxy diagnostic.</span>
|
|
</div>
|
|
</div>
|
|
<div id="readyness">
|
|
<div class="hideIfI2PProxyOff" id="readyness">
|
|
<img class="readyness" src="icons/local_up.png"> <span id="proxy-check">Proxy is ready. Something has changed since you were redirected to this page, possibly your proxy connected. Please try your request again.</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="home.js" type="text/javascript"></script>
|
|
<script src="messages.js" type="text/javascript"></script>
|
|
<script src="content.js" type="text/javascript"></script>
|
|
<script src="proxyinfo.js" type="text/javascript"></script>
|
|
<script src="consoleinfo.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|