test FR index.html
This commit is contained in:
parent
cb264c028e
commit
5fa0567774
|
@ -2,7 +2,7 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hostux • About</title>
|
||||
<title>Hostux</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux">
|
||||
<meta property="og:site_name" content="Hostux">
|
||||
|
@ -15,12 +15,11 @@
|
|||
<link rel="stylesheet" href="/static/lib/bootstrap/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/static/lib/fork-awesome/css/fork-awesome.min.css">
|
||||
<link rel="stylesheet" href="/static/css/app.css">
|
||||
<link rel="prefetch" type="application/l10n" href="static/locales.ini">
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
<body class="wide">
|
||||
<div class="page">
|
||||
|
||||
<div class="container">
|
||||
|
@ -31,9 +30,9 @@
|
|||
</header>
|
||||
|
||||
|
||||
<div class="d-flex flex-column flex-md-row align-items-center justify-content-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
|
||||
<nav class="my-2 my-md-0 mr-md-3">
|
||||
<a class="p-2 text-dark" href="/fr/about.html">À Propos</a>
|
||||
<div class="d-flex flex-column flex-md-row align-items-center justify-content-center p-1 px-sm-4 mb-3 bg-white border-bottom shadow-sm">
|
||||
<nav class="my-2 my-md-0">
|
||||
<a class="p-2 text-dark" href="/fr/about.html">About</a>
|
||||
<a class="p-2 text-dark" href="/fr/index.html">Services</a>
|
||||
<a class="p-2 text-dark" href="/fr/blog.html">Updates</a>
|
||||
<a class="p-2 text-dark" href="/fr/contact.html">Contact</a>
|
||||
|
|
Loading…
Reference in New Issue