summaryrefslogtreecommitdiff
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..5501af00
--- /dev/null
+++ b/tutorial.html.j2
@@ -0,0 +1,26 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<div class="container">
+
+<h2>{{ _("Tutorial") }}</h2>
+
+
+<div class="container-fluid adorn_h3_bracket c_acronym">
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-3">
+ <a href="">GNUnet on Ubuntu</a>
+ </div>
+ <div class="col-lg-3">
+ <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
+ </div>
+ <div class="col-lg-3">
+ <a href="tutorial-debian9.html">GNUnet on Debian</a>
+ </div>
+ </div>
+ </div>
+</div>
+
+
+</div>
+{% endblock body_content %}