mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
860 B
33 lines
860 B
9 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Purple I2P 0.10.0 Webconsole</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" href="css/main.css">
|
||
|
<script type="text/javascript" src="javascript/I2PControl.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="header">
|
||
|
<h1>I2P help</h1>
|
||
|
</div>
|
||
|
|
||
|
<div class="content">
|
||
|
<h2 class="content-subhead">Need help? Join us at IRC: #i2pd-dev at irc.freenode.net</h2>
|
||
|
<h2 class="content-subhead">
|
||
|
<a href="https://github.com/PurpleI2P/i2pd">i2pd at GitHub</a>
|
||
|
</h2>
|
||
|
<h2 class="content-subhead"><a href="https://geti2p.net/en/">I2P Project</a> </h2>
|
||
|
</div>
|
||
|
|
||
|
<!--#include virtual="menu.html" -->
|
||
|
|
||
|
<div id="main">
|
||
|
<noscript>
|
||
|
<div class="header"><h1>Please enable JavaScript!</h1></div>
|
||
|
</noscript>
|
||
|
</div>
|
||
|
<body>
|
||
|
</html>
|