Files
i2p.www/i2p2www/pages/site/index.html

16 lines
1.0 KiB
HTML
Raw Normal View History

2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
{% block title_outer %}{{ _('I2P Anonymous Network') }}{% endblock %}
{% block title %}{{ _('The Invisible Internet Project') }}{% endblock %}
{% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %}
{% block content_outer %}
<div class="main">
2019-03-08 19:56:57 +00:00
<img src="{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class="home_splash_image" />
<h1>{{ _('What does I2P do for you?') }}</h1>
<p>{% trans %}The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously inside I2P.{% endtrans %}</p>
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
</div>
<div class="aside-wrap">
2019-03-08 19:56:57 +00:00
2010-07-31 15:24:13 +00:00
</div>
2008-01-31 20:38:37 +00:00
{% endblock %}