diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index d1a1abdd..99d298d2 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -5,7 +5,7 @@ | |||
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
6 | <head> | 6 | <head> |
7 | <title>wallabag</title> | 7 | <title>wallabag</title> |
8 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | 8 | <meta charset="utf-8"> |
9 | <meta name="description" content="Documentation for wallabag" /> | 9 | <meta name="description" content="Documentation for wallabag" /> |
10 | <meta name="author" content="Nicolas LÅ“uillet"> | 10 | <meta name="author" content="Nicolas LÅ“uillet"> |
11 | <link rel="icon" href="templates/default/themes/daux-blue/img/favicon-blue.png" type="image/x-icon"> | 11 | <link rel="icon" href="templates/default/themes/daux-blue/img/favicon-blue.png" type="image/x-icon"> |
@@ -14,7 +14,7 @@ | |||
14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
15 | 15 | ||
16 | <!-- Font --> | 16 | <!-- Font --> |
17 | <link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'> | 17 | |
18 | <!-- CSS --> | 18 | <!-- CSS --> |
19 | <link href='templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'> | 19 | <link href='templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'> |
20 | </head> | 20 | </head> |
@@ -44,7 +44,7 @@ | |||
44 | <div class="container"> | 44 | <div class="container"> |
45 | <div class="row"> | 45 | <div class="row"> |
46 | <div class="text-center col-sm-12"> | 46 | <div class="text-center col-sm-12"> |
47 | <a href="en/Getting_started.html" class="btn btn-primary btn-hero">English</a><a href="fr/Pour_commencer.html" class="btn btn-primary btn-hero">Français</a><a href="de/Einfuehrung.html" class="btn btn-primary btn-hero">Deutsch</a> </div> | 47 | <a href="en/Getting_started.html" class="btn btn-primary btn-hero">English</a><a href="fr/Pour_commencer.html" class="btn btn-primary btn-hero">Français</a><a href="de/Einfuehrung.html" class="btn btn-primary btn-hero">Deutsch</a><a href="ru/Getting_started.html" class="btn btn-primary btn-hero">Russian</a> </div> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |