-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathproxyerr.html
46 lines (44 loc) · 1.92 KB
/
proxyerr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!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>