summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-04 17:40:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-04 17:40:12 +0200
commit39143a9e647d0ea5e8f18dcef73c0ea0806d9f2a (patch)
tree55d38dfb9709a12937e5e4ed307e05eaf7d4eae4 /template/index.html.j2
parentad827d2c04f436e74566793b463e6991db1325c1 (diff)
downloadwww-39143a9e647d0ea5e8f18dcef73c0ea0806d9f2a.tar.gz
www-39143a9e647d0ea5e8f18dcef73c0ea0806d9f2a.tar.bz2
www-39143a9e647d0ea5e8f18dcef73c0ea0806d9f2a.zip
fix img
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j212
1 files changed, 6 insertions, 6 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index d0ad144b..d15d2ac7 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -17,27 +17,27 @@
<p>
<ul class="checklist">
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Payments without registration")}}
</li>
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Data protection by default")}}
</li>
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Fraud eliminated by design")}}
</li>
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Not a new currency!")}}
</li>
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
{{ _("Empowers communities to run their own payment infrastructure")}}
</li>
<li>
- <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
+ <img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
<a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a>
</li>
</ul>