9 lines
323 B
HTML
9 lines
323 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Howto{% endblock %}
|
|
{% block content %}
|
|
<h1>I2P Howto Documents</h1>
|
|
<ul class="helplist">
|
|
<li><a href="howto_blojsom">Installing blojsom for an eepsite</a></li>
|
|
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Run eepsite(s) with Apache</a></li>
|
|
</ul>{% endblock %}
|