aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 204bb7f9..35b1ce6a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,5 +1,11 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<!-- Notice Banner -->
4<div class="alert">
5 <div class="alert-content">
6 Notice: GNUnet is still undergoing major development. It is largely <i>not yet ready</i> for usage beyond developers
7 </div>
8</div>
3<!-- Jumbotron --> 9<!-- Jumbotron -->
4<div class="jumbotron"> 10<div class="jumbotron">
5 <div class="container"> 11 <div class="container">