Files
I2P_in_Private_Browsing_Mod…/window.html
2019-03-13 17:50:51 -04:00

38 lines
1009 B
HTML

<!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">
<div class="text-section-header">I2P Assistance</div>
</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>
<!-- This is where I'll eventually put the tunnel control panel -->
<div class="panel-section-separator"></div>
<a href="#" id="window-create-help-panel">Open the Help</a><br>
<a href="#" id="window-create-news-panel">Visit the I2P News</a><br>
<div class="panel-section-separator"></div>
</div>
<script src="info.js"></script>
</body>
</html>