feat(www): Add french text
This commit is contained in:
parent
128c969a6c
commit
15ffec166e
1 changed files with 24 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -20,6 +20,7 @@
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
margin-bottom: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -48,7 +49,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<section>
|
<section lang="en">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
This web service has been retired.
|
This web service has been retired.
|
||||||
|
@ -68,6 +69,27 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section lang="fr">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="title">
|
||||||
|
Ce service web a été remisé.
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p class="content">
|
||||||
|
Merci pour votre intérêt dans nos services.
|
||||||
|
<br>
|
||||||
|
Malheureusement, le service que vous recherchez n'existe plus.
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Si vous avec des questions ou besoin d'assistance, merci de nous contacter à
|
||||||
|
<br>
|
||||||
|
<b>contact [at] dgnum.eu</b> par e-mail, ou <b>#dgnum [at] irc.dgnum.eu</b> sur IRC.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue