aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
commitf48fb172013dd79827898edc635834a83b31fac4 (patch)
tree2226d5174678c46d983f01eed6a946efa2baf455 /index.html.j2
parent592850e144e38520fb166ee490c25b0283257d16 (diff)
downloadwww-f48fb172013dd79827898edc635834a83b31fac4.tar.gz
www-f48fb172013dd79827898edc635834a83b31fac4.zip
add doctype, capitzlize utf-8 in charset
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index 5f95a3c7..8fe8510a 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,5 +1,7 @@
1<html lang="{{ _('en') }} "><head> 1<!DOCTYPE html>
2 <meta charset="utf-8"> 2<html lang="{{ _('en') }} ">
3 <head>
4 <meta charset="UTF-8">
3 <title>{{ _("GNU Taler") }}</title> 5 <title>{{ _("GNU Taler") }}</title>
4 <meta name="description" content="Anonymous electronic payments for civil society"> 6 <meta name="description" content="Anonymous electronic payments for civil society">
5 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 <!--# include file="common/header.{{ _("en") }}.inc" -->