aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-30 12:03:00 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-30 12:03:00 +0100
commite4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac (patch)
treee83a15709e2100171722f1bd028120921ce4ec98 /index.html.j2
parentf48fb172013dd79827898edc635834a83b31fac4 (diff)
downloadwww-e4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac.tar.gz
www-e4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac.zip
minor HTML issues
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2
index 8fe8510a..de8437ca 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,9 +1,9 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="{{ _('en') }} "> 2<html lang="{{ _('en') }}">
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }}</title> 5 <title>{{ _("GNU Taler") }}</title>
6 <meta name="description" content="Anonymous electronic payments for civil society"> 6 <meta name="description" content="Anonymous electronic payments for civil society"/>
7 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->
8 </head> 8 </head>
9 <body> 9 <body>
@@ -16,7 +16,7 @@
16 <div class="jumbotron"> 16 <div class="jumbotron">
17 <h1>{{ _("Electronic payments for a liberal society!") }}</h1> 17 <h1>{{ _("Electronic payments for a liberal society!") }}</h1>
18 <p>{{ _("Taler is a new electronic payment system under development 18 <p>{{ _("Taler is a new electronic payment system under development
19 at <a href='http://www.inria.fr/'>Inria</a>. Today, this website only 19 at <a href=\"http://www.inria.fr/\">Inria</a>. Today, this website only
20 presents the advantages our system is expected to provide. We expect to 20 presents the advantages our system is expected to provide. We expect to
21 make the payment system operational in 2017.") }}</p> 21 make the payment system operational in 2017.") }}</p>
22 </div> 22 </div>
@@ -37,7 +37,7 @@
37 </div> 37 </div>
38 <div class="col-lg-4"> 38 <div class="col-lg-4">
39 <h2>{{ _("Libre") }}</h2> 39 <h2>{{ _("Libre") }}</h2>
40 <p>{{ _("Taler is free software from <a href='http://www.gnu.org/'>GNU</a> implementing an open protocol. 40 <p>{{ _("Taler is free software from <a href=\"http://www.gnu.org/\">the GNU project</a> implementing an open protocol.
41 Anybody is welcome to inspect our code and integrate our reference 41 Anybody is welcome to inspect our code and integrate our reference
42 implementation into their applications.") }}</p> 42 implementation into their applications.") }}</p>
43 </div> 43 </div>