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

23 lines
444 B
HTML
Raw Normal View History

2019-07-19 23:41:57 +00:00
{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('General') }}</h4>
</li>
</ol>
{% endblock %}
{% block content %}
<h1>The I2P Browser Introduction</h1>
<i>{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</i>
2019-07-19 23:41:57 +00:00
TBA.
{% endblock %}