aboutsummaryrefslogtreecommitdiff
path: root/architecture.html.j2
blob: 971c23263cda495fa605e1b9c672af802cf576cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "common/base.j2" %}
{% block body_content %}
<!-- Jumbotron -->
<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("GNUnet System Architecture") }}</h1>
    <p>
    </p>
  </div>

</div>

<div class="container">
  <img width="100%" src="images/gnunet-arch-full.svg"></img>
</div>
{% endblock body_content %}