16 lines
497 B
HTML
16 lines
497 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Bounty I2PHex code implementation{% endblock %}
|
|
{% block content %}<p>To improve I2P usage and attract more people
|
|
into I2PHex P2P ArneBab setout the bounty for implementing actual
|
|
Phex code onto I2PHex.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Note:
|
|
|
|
<p><i>bounty amounts may be increased by further donations. Do
|
|
you think these are important? <a href="donate">Add in your donation</a>,
|
|
marking the amount for the i2phex code implementation bounty!</i></p>
|
|
|
|
{% endblock %}
|