aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index c69d2a9d..33f079d8 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -2,7 +2,9 @@
2{% block body_content %} 2{% block body_content %}
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <img alt="Taler logo" width="25%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img> 5 <div style="height: 40vh">
6 <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img>
7 </div>
6 8
7 <div class="container text-center"> 9 <div class="container text-center">
8 <h1>{{ _("Independent One-Click Payments!") }}</h1> 10 <h1>{{ _("Independent One-Click Payments!") }}</h1>