Files
I2P_Website/i2p2www/pages/site/browser/donate.html

22 lines
624 B
HTML

{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
</ol>
{% endblock %}
{% block content %}
<h1>{% trans %}Donate{% endtrans %}</h1>
<a href="{{ site_url('get-involved/donate') }}">You can support all I2P development {{ _('here') }}
BTC, LTC, ETH, ANC, XMR and PayPal are accepted.</a>
{% endblock %}