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">
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
@ -20,6 +20,7 @@
|
|||
background-color: #f5f5f5;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -48,7 +49,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
<section lang="en">
|
||||
<div class="container">
|
||||
<h1 class="title">
|
||||
This web service has been retired.
|
||||
|
@ -68,6 +69,27 @@
|
|||
</p>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue