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 3386f62c..de6be0eb 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -46,6 +46,7 @@
46 </div> 46 </div>
47 </div> 47 </div>
48 </div> 48 </div>
49 <!-- Notice Banner -->
49 <div class="container text-center"> 50 <div class="container text-center">
50 <p> 51 <p>
51 <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') }}">{{ _("About") }}</a> 52 <a class="btn btn-primary btn-lg" href="{{ url_localized('#about') }}">{{ _("About") }}</a>
@@ -55,6 +56,11 @@
55 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a> 56 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a>
56 </p> 57 </p>
57 </div> 58 </div>
59 <div class="alert" style="background-color: #419edb;">
60 <div class="alert-content">
61 Notice: GNUnet is still undergoing major development. It is largely <i>not yet ready</i> for usage beyond developers
62 </div>
63 </div>
58</div> 64</div>
59 65
60<div class="container-fluid"> 66<div class="container-fluid">