2019-03-13 17:50:51 -04:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2019-11-22 13:24:19 -05:00
< link rel = "stylesheet" href = "home.css" / >
2019-03-13 17:50:51 -04:00
< link rel = "stylesheet" href = "info.css" / >
< / head >
< body >
< div class = "panel" >
2019-11-22 13:24:19 -05:00
< div class = "section-header panel-section panel-section-header" >
< div id = "text-section-header" class = "text-section-header" > < h1 > The Invisible Internet Browser< / h1 > < / div >
< / div >
2019-10-28 01:11:16 -04:00
< div class = "panel-section-separator" > < / div >
2019-11-22 13:24:19 -05:00
< div id = "i2pbrowser-version" > < / div >
< div id = "i2pbrowser-description" >
< p id = "description" > You are now able to use I2P in this browser.< / p >
< p class = "beta" > It is experimental.< / p >
< / div >
< div id = "readyness" >
< img class = "readyness" src = "http://proxy.i2p/themes/console/images/local_up.png" alt = "Proxy is not ready." / >
< span id = "proxy-check" > Proxy is ready.< / span >
< img class = "readyness" src = "http://proxy.i2p/themes/console/images/local_up.png" alt = "Proxy is not ready." / >
< span id = "proxy-check" > Proxy is ready.< / span >
< / div >
< / div >
2019-03-13 17:50:51 -04:00
< div class = "panel-section-separator" > < / div >
2019-11-22 13:24:19 -05:00
< div class = "browser-info" >
< p class = "hideIfI2PConsoleOff" >
< h3 > Controls< / h3 >
< p id = "applicationExplain" > These controls are used to tailor your I2P Browsing Experience< / p >
< ul >
< a id = "clear-browser-data" href = "#" >
< li class = "application" >
Clear Browsing Data: < span class = "applicationDesc" > Use this to erase your browsing data.< / span >
< / li >
< / a >
< li class = "application" >
< input type = "checkbox" id = "enable-web-rtc" name = "enablewebrtc" value = "webrtc" >
< label for = "enable-web-rtc" > Enable WebRTC < strong > with Proxy?< / strong > < / label >
2019-11-25 20:19:44 -05:00
< span class = "applicationDesc" > WebRTC is disabled by default, but can be enabled by checking this box.< / span >
2019-11-22 13:24:19 -05:00
< / li >
< li class = "application" >
< div class = "panel-section-separator" > < / div >
< div class = "panel-section-identity" >
< div id = "identity-list" > < / div >
< / li >
2019-11-25 20:19:44 -05:00
< li class = "application" >
< input type = "checkbox" id = "disable-history" name = "disablehistory" value = "history" >
< label for = "disable-history" > Disable History in I2P Tabs< / label >
< span class = "applicationDesc" > History is automatically cleared when your I2P tabs are closed. If you want to clear history as you go, check this box.< / span >
< / li >
2019-11-22 13:24:19 -05:00
< / ul >
< / p >
< / p >
< / div >
2019-10-16 15:31:30 -04:00
< div class = "panel-section-separator" > < / div >
2019-11-22 13:24:19 -05:00
< div class = "application-info" >
< p class = "hideIfI2PConsoleOff" >
< h3 > Applications< / h3 >
< p id = "applicationExplain" > These applications use I2P to provide them with security and privacy.< / p >
< ul >
2019-11-25 20:19:44 -05:00
< li class = "application" > < button id = "window-visit-homepage" target = "_blank" class = "applicationName window-visit-homepage" href = "#" >
2019-11-22 13:24:19 -05:00
Home Page < span class = "applicationDesc" > For more information about this extension, go here:< / span >
2019-11-22 17:49:27 -05:00
< / button > < / li >
2019-11-25 20:19:44 -05:00
< li class = "application" > < button id = "window-visit-i2ptunnel" target = "_blank" class = "applicationName" >
2019-11-22 13:24:19 -05:00
Hidden Services Manager < span class = "applicationDesc" > I2P has a web-based interface for configuring .i2p services like web sites, to set up your own web sites, go here:< / span >
2019-11-22 17:49:27 -05:00
< / button > < / li >
2019-11-25 20:19:44 -05:00
< li class = "application" > < button id = "window-visit-susimail" target = "_blank" class = "applicationName" >
2019-11-22 13:24:19 -05:00
E-Mail < span class = "applicationDesc" > I2P also bundles a webmail client which can be used to access in-I2P e-mail. To use it, go here:< / span >
2019-11-22 17:49:27 -05:00
< / button > < / li >
2019-11-25 20:19:44 -05:00
< li class = "application" > < button id = "window-visit-snark" target = "_blank" class = "applicationName" >
2019-11-22 17:49:27 -05:00
BitTorrent < span class = "applicationDesc" > I2P is capable of anonymous Peer-to-Peer file sharing, to use the built-in bittorrent client go here:< / span >
< / button > < / li >
2019-11-22 13:24:19 -05:00
< / ul >
< / p >
< / p >
< / div >
2019-07-10 00:47:30 -04:00
< / div >
< script src = "context.js" > < / script >
2019-05-02 17:31:04 -04:00
< script src = "privacy.js" > < / script >
2019-03-13 17:50:51 -04:00
< script src = "info.js" > < / script >
2019-10-28 01:11:16 -04:00
< script src = "content.js" crossorigin = "anonymous" > < / script >
2019-11-10 22:24:10 -05:00
< script src = "i2pcontrol/i2pcontrol.js" > < / script >
2019-03-13 19:38:34 -04:00
2019-03-13 17:50:51 -04:00
< / body >
< / html >