Files
I2P_in_Private_Browsing_Mod…/window.html

54 lines
1.8 KiB
HTML
Raw Normal View History

2019-03-13 17:50:51 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="info.css"/>
</head>
<body>
<div class="panel">
<div class="panel-section panel-section-header">
2019-03-13 19:38:34 -04:00
<div id="text-section-header" class="text-section-header">I2P Assistance</div>
2019-03-13 17:50:51 -04:00
</div>
<div id="text-section-helptext">
You are now free to browse the eepWeb!
Your browser is now configured to browse anonymously on the I2P network.
As you browse, your traffic will be routed through other network nodes
to disguise it's origin, both from the server and from the nodes
themselves.
</div>
2019-03-13 23:23:55 -04:00
<div class="panel-section-separator"></div>
2019-05-02 17:31:04 -04:00
<!-- This is where I'll eventually put the tunnel control panel -->
<!-- <a href="#" id="generate-fresh-tunnel> Generate a Fresh Tunnel</a>"-->
<!-- -->
<strong><a href="#" id="clear-browser-data">Clear all browsing data</a></strong><br>
2019-05-02 17:31:04 -04:00
<!--<strong><a href="#" id="temp-enable-webrtc">Temporarily enable WebRTC</a></strong><br>-->
<div class="panel-section-separator"></div>
<a href="http://i2pforum.i2p" id="window-create-forum-panel">Visit the I2P Forums</a><br>
<a href="http://i2p-projekt.i2p/blog" id="window-create-news-panel">Get the latest I2P News</a><br>
2019-03-13 17:50:51 -04:00
<div class="panel-section-separator"></div>
<a href="#" id="check-i2p-control">Check I2P Router Health</a><div id="panel-section-i2pcontrol-check"></div>
<div class="panel-section-separator"></div>
2019-03-13 17:50:51 -04:00
<div class="panel-section-identity">
<div id="identity-list"></div>
</div>
2019-03-13 17:50:51 -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-03-13 19:38:34 -04:00
<script src="content.js"></script>
<script src="i2pcontrol.js"></script>
2019-03-13 19:38:34 -04:00
2019-03-13 17:50:51 -04:00
</body>
</html>