I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4f9ef2b7 authored by str4d's avatar str4d
Browse files

Modified layout.html to use <div class="inner"> by default

parent a2bc992a
No related branches found
No related tags found
Loading
......@@ -18,7 +18,11 @@
{% include "global/nav.html" %}
</div>
<div id="content">
{% block content_outer %}
<div class="inner">
{% block content %}{% endblock %}
</div>
{% endblock %}
</div>
<div id="footer">
{% include "global/footer.html" %}
......
{% extends "global/layout.html" %}
{% block title %}The Invisible Internet Project{% endblock %}
{% block content %}
{% block content_outer %}
<div class="main">
<h1>What does I2P do for you?</h1>
<p>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 on I2P.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment