2022-10-03 01:31:17 -04:00
<!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' >
2022-10-03 20:34:46 -04:00
< div class = "text-section-proxyerr-header" >
< h1 id = "text-section-proxyerr-header" > A Proxy Error has Occurred< / h1 >
2022-10-03 01:31:17 -04:00
< / 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 >
2022-10-03 20:34:46 -04:00
< 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 >
2022-10-03 01:31:17 -04:00
< / div >
2022-10-24 18:49:57 -04:00
< div id = "routerness" >
< div class = "hideIfI2PRouterOff" id = "routerness" >
2022-10-24 19:57:51 -04:00
< span id = "router-check" > Router is ready. Check the proxy diagnostic.< / span >
2022-10-24 18:49:57 -04:00
< / div >
< / div >
2022-10-03 01:31:17 -04:00
< div id = "readyness" >
< div class = "hideIfI2PProxyOff" id = "readyness" >
2022-10-03 20:34:46 -04:00
< 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 >
2022-10-03 01:31:17 -04:00
< / div >
< / div >
< / div >
< / div >
< script src = "home.js" type = "text/javascript" > < / script >
2022-10-07 11:06:05 -04:00
< script src = "messages.js" type = "text/javascript" > < / script >
2022-10-07 13:26:09 -04:00
< script src = "content.js" type = "text/javascript" > < / script >
2022-10-07 11:06:05 -04:00
< script src = "proxyinfo.js" type = "text/javascript" > < / script >
2022-10-24 18:49:57 -04:00
< script src = "consoleinfo.js" type = "text/javascript" > < / script >
2022-10-03 01:31:17 -04:00
< / body >
< / html >