aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2019-08-26 13:37:19 -0700
committerDevan Carpenter <git@dvn.me>2019-08-26 13:37:19 -0700
commit690eeafbd4a8a23564fc26f74ba6b31d30f196fb (patch)
tree4fb303f78ee3e1685e2456b471583d68f1457b45 /template
parent97e4878c2ebdf650c8a535e937fe1b44836c5912 (diff)
parent7b5375cfb0e7a3cdcfbbb3a9fd06038dfe7c8fcb (diff)
downloadwww-690eeafbd4a8a23564fc26f74ba6b31d30f196fb.tar.gz
www-690eeafbd4a8a23564fc26f74ba6b31d30f196fb.zip
Merge branch 'master' into stable
Diffstat (limited to 'template')
-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">