Files
I2P_Website/i2p2www/pages/site/research/index.html

12 lines
408 B
HTML

{% extends "global/layout.html" %}
{% block title %}Academic Research{% endblock %}
{% block content %}
<p>
Academic research and analysis of I2P is an important part of ensuring that the software and network performs as expected and is safe for users in hostile environments.
</p>
<p>
A list of published papers on I2P is available <a href="{{ site_url('research/papers') }}">here</a>.
</p>
{% endblock %}