aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.html.j2')
-rw-r--r--tutorial.html.j226
1 files changed, 26 insertions, 0 deletions
diff --git a/tutorial.html.j2 b/tutorial.html.j2
new file mode 100644
index 00000000..ad4f078c
--- /dev/null
+++ b/tutorial.html.j2
@@ -0,0 +1,26 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="container">
4
5<h2>{{ _("Tutorial") }}</h2>
6
7
8<div class="container-fluid adorn_h3_bracket c_acronym">
9 <div class="container">
10 <div class="row">
11 <div class="col-lg-3">
12 <a href="">GNUnet on Ubuntu</a>
13 </div>
14 <div class="col-lg-3">
15 <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
16 </div>
17 <div class="col-lg-3">
18 GNUnet on Debian
19 </div>
20 </div>
21 </div>
22</div>
23
24
25</div>
26{% endblock body_content %}