diff options
Diffstat (limited to 'template/index.html.j2')
-rw-r--r-- | template/index.html.j2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index 601943b3..8881fa25 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -2,8 +2,9 @@ {% block body_content %} <!-- Jumbotron --> <div class="container-logo banner dark text-center" id="frontpagefront"> - <h1>Welcome to GNUnet</h1> - <img alt="GNUnet logo" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> + <h1> + <img alt="GNUnet" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> + </h1> </div> <article> <div class="jumbotron"> |